stripe initial test
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user