add admin field for stripe checkout logo
This commit is contained in:
@@ -52,7 +52,7 @@ function booking_stripe_form($node, &$form_state, $person, $invoiceid, $net_amou
|
||||
'pubkey' => _booking_get_stripe_public_key(),
|
||||
'form_selector' => str_replace('_', '-', __FUNCTION__),
|
||||
'name' => $event->booking_eventname,
|
||||
'image' => '',
|
||||
'image' => variable_get('booking_stripe_logo', ''),
|
||||
);
|
||||
//attach settings and javascript to the form
|
||||
$form['#attached'] = array(
|
||||
|
Reference in New Issue
Block a user