customise checkout form
This commit is contained in:
@@ -250,7 +250,7 @@ function booking_admin() {
|
||||
'#type' => 'textfield',
|
||||
'#title' => t('Logo URL for Stripe Checkout Form'),
|
||||
'#description' => 'Enter the full URL to a logo png file that will be used on the stripe checkout form.',
|
||||
'#default_value' => variable_get('booking_stripe_logo', ''),
|
||||
'#default_value' => variable_get('booking_stripe_logo', 'https://stripe.com/img/documentation/checkout/marketplace.png'),
|
||||
);
|
||||
|
||||
//feature settings
|
||||
|
Reference in New Issue
Block a user