fix function call
This commit is contained in:
@@ -143,7 +143,7 @@ function booking_stripeform_form($form, &$form_state) {
|
||||
* Tries to add final validation after all else has been added through alters.
|
||||
*/
|
||||
function booking_stripeform_add_final_validation($form) {
|
||||
$form['#validate'][] = 'stripeform_validate_form_payment';
|
||||
$form['#validate'][] = 'booking_stripeform_validate_form_payment';
|
||||
return $form;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user