From 5f8f17e798868f8f62ed42d3eaeefd31ef1c4dd4 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Fri, 22 Jul 2016 14:42:58 +1000 Subject: [PATCH] store charge token in db --- booking.stripe.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/booking.stripe.inc b/booking.stripe.inc index 7588b31..2b97eb8 100644 --- a/booking.stripe.inc +++ b/booking.stripe.inc @@ -288,7 +288,7 @@ function _booking_process_stripe_payment($charge, $token) { //'booking_payer_status' => $data['payer_status'], 'booking_item_name' => $charge->description, 'booking_ipn_track_id' => $charge->id, - //'booking_stripe_token' => $token, + 'booking_stripe_token' => $token, )) ->execute();