reg_paypal_secret TINYTEXT NULL, -- PayPal Secret
reg_paypal_sandbox_clientid TINYTEXT NULL, -- PayPal Client ID
reg_paypal_sandbox_secret TINYTEXT NULL, -- PayPal Secret
- reg_paypal_test TINYINT NULL, -- PayPal test mode - List - see
+ reg_paypal_test TINYINT NULL, -- PayPal test mode - List - see
-- Billing settings
reg_full_billing_info BOOLEAN NULL, -- Always request full billing information in checkout page regardless of the following settings
reg_bill_info_req_no_charge SMALLINT NULL, -- Bitmap of fields to use in checkout for these types of payments - See billing_field in plugin.conf
reg_bill_info_req_merchant_call SMALLINT NULL,
-- Misc Options
reg_request_hold_days SMALLINT NULL, -- Number of days past last update that a request will be retained in "CART" status.
- req_account_hold_days SMALLINT NULL, -- Number of days past last update that an account will be retained when there are no requests or registrants referring to it.
+ reg_account_hold_days SMALLINT NULL, -- Number of days past last update that an account will be retained when there are no requests or registrants referring to it.
reg_not_submitted_dialog BOOLEAN NULL, -- Flag to show page not submitted dialog boxes
reg_medical_info BOOLEAN NULL, -- This site can ask for "Medical Info" - set in main category of an event
reg_show_navigation_aids BOOLEAN NULL, -- No, not marine navigational aids, this enables additional text, arrows, etc to direct a user to do something specific that would not normally be required.
code TINYTEXT NULL, -- Text code user must enter to use
amount FLOAT, -- Amount of discount if not type "Free" - Either $ amount or percent
expire_date DATE NULL, -- Expiration Date
-
+
descr TEXT NULL,
PRIMARY KEY (id),
INDEX (ref_dest),