add code to handle stripe fees
This commit is contained in:
@@ -128,8 +128,8 @@ function booking_admin() {
|
||||
);
|
||||
$form['paypal']['booking_use_paypal'] = array(
|
||||
'#type' => 'radios',
|
||||
'#title' => t('Use Paypal?'),
|
||||
'#description' => t('Select whether to use paypal for automatic payment handling, or process payments manually.'),
|
||||
'#title' => t('Use Paypal? (DEPRECATED)'),
|
||||
'#description' => t('Select whether to use paypal for automatic payment handling, or process payments manually. This option is now deprecated. Use the payment processor option below instead.'),
|
||||
'#options' => array(
|
||||
0 => t('No'),
|
||||
t('Yes')
|
||||
|
Reference in New Issue
Block a user