change stripe library config
This commit is contained in:
@@ -54,9 +54,10 @@ function booking_stripeform_form($form, &$form_state) {
|
||||
$form['#attached'] = array(
|
||||
'js' => array(
|
||||
array('data' => $setting, 'type' => 'setting'),
|
||||
//drupal_get_path('module', 'booking') . '/booking.stripe.js',
|
||||
),
|
||||
'library' => array(
|
||||
array('booking', 'booking.stripe'),
|
||||
array('booking', 'stripe'),
|
||||
),
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user