progress stripe implementation

This commit is contained in:
Nathan Coad
2016-07-21 15:43:51 +10:00
parent 62060f075a
commit 6172866bf4
3 changed files with 15 additions and 3 deletions

View File

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