This commit is contained in:
Nathan Coad
2016-07-21 10:35:04 +10:00
parent 2ffa185fb9
commit b594364e0d
2 changed files with 4 additions and 4 deletions

View File

@@ -248,7 +248,8 @@ function booking_menu() {
// @todo remove this after testing
$items['stripetest'] = array(
'title' => $bookingTitle . ' Stripe Test',
'page callback' => 'booking_stripeform_form',
'page callback' => 'drupal_get_form',
'page arguments' => array('booking_stripeform_form'),
'access arguments' => array('access booking form'),
'type' => MENU_NORMAL_ITEM,
);