This commit is contained in:
Nathan Coad
2016-07-23 09:48:27 +10:00
parent f4456a86f0
commit dd70dfd5a3
3 changed files with 4 additions and 7 deletions

View File

@@ -244,7 +244,7 @@ function booking_admin() {
'#default_value' => variable_get('booking_stripe_transaction_fee_percentage_intl', '2.9'),
'#field_prefix' => '%',
'#size' => 5,
'#description' => 'Percentage of transaction charged as stripe fee for transactions that include currency conversion, currently 2.9% in Australia',
'#description' => 'Percentage of transaction charged as stripe fee for transactions that include currency conversion, currently 2.9% in Australia. This fee also applies to American Express cards.',
);
$form['stripe']['booking_stripe_logo'] = array (
'#type' => 'textfield',