Update another __toJSON()

This commit is contained in:
2023-07-11 10:17:23 +10:00
parent 7a5f6e2d3c
commit b470e309b3

View File

@@ -301,7 +301,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_response' => $charge->__toJSON(),
'booking_stripe_response' => $charge->toJSON(),
))
->execute();