fixes
This commit is contained in:
@@ -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,
|
||||
);
|
||||
|
Reference in New Issue
Block a user