code formatting

This commit is contained in:
2016-05-02 17:42:24 +10:00
parent 1c222b87b3
commit b2a057622e
2 changed files with 542 additions and 477 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -13,13 +13,10 @@
/**
* Load module includes
*/
//TODO: Dynamic event IDs instead of hard coding it here. Also defined in booking.install
define('EVENTID', 1);
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');
define('BOOKING_PAYPAL_IPN_PATH', 'system/booking_paypal/ipn');
define('BOOKING_DEFAULT_STATE', 'NSW');
// Load the include for various constants
module_load_include('inc', 'booking', 'booking.constants');