update db insert as well

This commit is contained in:
Nathan Coad
2016-07-23 11:17:00 +10:00
parent b0fca9b101
commit ef938eb58f

View File

@@ -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();