From cb0b3b5cad16ffaf83ee9efcf9af5bcadb8bef93 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 21 Jul 2016 11:26:50 +1000 Subject: [PATCH] more debug --- booking.stripe.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/booking.stripe.inc b/booking.stripe.inc index d2f46d8..a3ac2b7 100644 --- a/booking.stripe.inc +++ b/booking.stripe.inc @@ -175,6 +175,7 @@ function booking_stripeform_validate_form_payment($form, &$form_state) { $token = $form_state['values']['stripeToken']; $amount = $form_state['values']['amount'] * 100; + watchdog('booking_debug', "
Stripe payment form :\n@info
", array('@info' => print_r( $form_state, true))); // Create the charge on Stripe's servers - this will charge the user's card try {