cleanup formatting in email functions

This commit is contained in:
Nathan Coad
2016-07-23 11:36:19 +10:00
parent cc7d8680f3
commit 9e26b69edf
2 changed files with 107 additions and 126 deletions

View File

@@ -18,6 +18,7 @@ define('BOOKING_PAYPAL_SUBMIT_URL', 'https://www.paypal.com/cgi-bin/webscr');
define('BOOKING_PAYPAL_SUBMIT_URL_SANDBOX', 'https://www.sandbox.paypal.com/cgi-bin/webscr');
//@todo should really change this to system/booking/paypal
define('BOOKING_PAYPAL_IPN_PATH', 'system/booking_paypal/ipn');
define('BOOKING_EMAIL_DEV_NOTIFY', 'it@coadcorp.com');
// Load the include for various constants
module_load_include('inc', 'booking', 'booking.constants');