further implementation work for stripe integration
This commit is contained in:
@@ -253,8 +253,8 @@ function booking_admin() {
|
||||
$form['features']['booking_payment_processor'] = array (
|
||||
'#type' => 'radios',
|
||||
'#title' => t('Select Payment Processor to use'),
|
||||
'#description' => t('Select between Paypal and Stripe to use for integrated payment methods. Has no impact if manual payments are being used.'),
|
||||
'#options' => array (0 => t('Paypal'), t('Stripe')),
|
||||
'#description' => t('Select between Paypal, Stripe or Manaul Payment to use for processing payments.'),
|
||||
'#options' => array (0 => t('Paypal'), t('Stripe'), t('Manual Payments')),
|
||||
'#default_value' => variable_get('booking_payment_processor', 0),
|
||||
);
|
||||
$form['features']['booking_enable_roomallocations'] = array(
|
||||
|
Reference in New Issue
Block a user