modify to use Checkout form

This commit is contained in:
Nathan Coad
2016-07-21 15:17:11 +10:00
parent cab49b68f5
commit 3e6ea4936b
4 changed files with 269 additions and 139 deletions

View File

@@ -768,6 +768,7 @@ function booking_library() {
'version' => '1.0',
'js' => array(
'https://js.stripe.com/v1/' => array(),
'https://checkout.stripe.com/checkout.js' => array(),
$module_path . '/booking.stripe.js' => array(),
),
);