fix confirmation form to handle stripe
This commit is contained in:
@@ -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?'),
|
||||
|
Reference in New Issue
Block a user