Update another __toJSON()
This commit is contained in:
@@ -301,7 +301,7 @@ function _booking_process_stripe_payment(&$charge, $token) {
|
|||||||
'booking_buyer_email' => $charge->receipt_email,
|
'booking_buyer_email' => $charge->receipt_email,
|
||||||
'booking_item_name' => $charge->description,
|
'booking_item_name' => $charge->description,
|
||||||
'booking_ipn_track_id' => $charge->id,
|
'booking_ipn_track_id' => $charge->id,
|
||||||
'booking_stripe_response' => $charge->__toJSON(),
|
'booking_stripe_response' => $charge->toJSON(),
|
||||||
))
|
))
|
||||||
->execute();
|
->execute();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user