store charge token in db
This commit is contained in:
@@ -288,7 +288,7 @@ function _booking_process_stripe_payment($charge, $token) {
|
|||||||
//'booking_payer_status' => $data['payer_status'],
|
//'booking_payer_status' => $data['payer_status'],
|
||||||
'booking_item_name' => $charge->description,
|
'booking_item_name' => $charge->description,
|
||||||
'booking_ipn_track_id' => $charge->id,
|
'booking_ipn_track_id' => $charge->id,
|
||||||
//'booking_stripe_token' => $token,
|
'booking_stripe_token' => $token,
|
||||||
))
|
))
|
||||||
->execute();
|
->execute();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user