add code to handle stripe fees

This commit is contained in:
Nathan Coad
2016-07-22 11:21:27 +10:00
parent 75e7f08111
commit b132ed9682
4 changed files with 121 additions and 98 deletions

View File

@@ -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')