customise payment button
This commit is contained in:
@@ -51,8 +51,9 @@ function booking_stripe_form($node, &$form_state, $person, $invoiceid, $net_amou
|
||||
'form_selector' => str_replace('_', '-', __FUNCTION__),
|
||||
'name' => $event->booking_eventname,
|
||||
'image' => variable_get('booking_stripe_logo', ''),
|
||||
'payment_button_label' => '{{amount}} (plus fees)',
|
||||
);
|
||||
|
||||
|
||||
//attach settings and javascript to the form
|
||||
$form['#attached'] = array(
|
||||
'js' => array(
|
||||
|
Reference in New Issue
Block a user