From ef938eb58fac63c15e6387b795ac6ecbca686151 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Sat, 23 Jul 2016 11:17:00 +1000 Subject: [PATCH] update db insert as well --- booking.stripe.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking.stripe.inc b/booking.stripe.inc index bb78b51..072c888 100644 --- a/booking.stripe.inc +++ b/booking.stripe.inc @@ -291,7 +291,7 @@ function _booking_process_stripe_payment(&$charge, $token) { 'booking_buyer_email' => $charge->receipt_email, 'booking_item_name' => $charge->description, 'booking_ipn_track_id' => $charge->id, - 'booking_stripe_token' => $charge->__toJSON(), + 'booking_stripe_response' => $charge->__toJSON(), )) ->execute();