code formatting
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user