bugfix
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user