fix confirmation form to handle stripe

This commit is contained in:
Nathan Coad
2016-08-22 09:54:51 +10:00
parent d906c2e220
commit f79f812e4e
4 changed files with 22 additions and 9 deletions

View File

@@ -128,6 +128,7 @@ function booking_admin() {
'#collapsible' => TRUE,
//'#collapsed' => TRUE,
);
/*
$form['paypal']['booking_use_paypal'] = array(
'#type' => 'radios',
'#title' => t('Use Paypal? (DEPRECATED)'),
@@ -138,6 +139,7 @@ function booking_admin() {
),
'#default_value' => variable_get('booking_use_paypal', 0)
);
*/
$form['paypal']['booking_paypal_account'] = array(
'#type' => 'textfield',
'#title' => t('Specify Paypal Account Address'),
@@ -494,7 +496,7 @@ function booking_admin() {
),
'#default_value' => variable_get('booking_enable_tshirts', 0)
);
/*
$form['regn_options']['booking_enable_passport'] = array(
'#type' => 'radios',
'#title' => t('Enable passport information? (DEPRECATED)'),
@@ -505,6 +507,7 @@ function booking_admin() {
),
'#default_value' => variable_get('booking_enable_passport', 0)
);
*/
$form['regn_options']['booking_enable_helpareas'] = array(
'#type' => 'radios',
'#title' => t('Enable help area questions?'),