stripe initial test

This commit is contained in:
Nathan Coad
2016-07-21 10:29:57 +10:00
parent d095db14af
commit 2ffa185fb9
3 changed files with 276 additions and 1 deletions

View File

@@ -245,6 +245,13 @@ function booking_menu() {
'access arguments' => array('access booking form'),
'type' => MENU_NORMAL_ITEM,
);
// @todo remove this after testing
$items['stripetest'] = array(
'title' => $bookingTitle . ' Stripe Test',
'page callback' => 'booking_stripeform_form',
'access arguments' => array('access booking form'),
'type' => MENU_NORMAL_ITEM,
);
$items['bookingfinal'] = array(
'title' => $bookingTitle . ' Registration Completed',
'page callback' => 'booking_payment_completed_page',