customise checkout form

This commit is contained in:
Nathan Coad
2016-07-23 10:03:53 +10:00
parent dd70dfd5a3
commit f6ee9d11a7
3 changed files with 63 additions and 63 deletions

View File

@@ -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