I got caught by this bug and fixed it by replacing
__toJSON
to withtoJSON
everywhere (e.g.)$transaction->payload[REQUEST_TIME] = $response->__toJSON();
with
$transaction->payload[REQUEST_TIME] = $response->toJSON();
I'm new to this project, but is there a way to check the stripe library and picking which method to use depending on the library found?
- Issue was unassigned.
- Status changed to Closed: outdated
19 days ago 6:46pm 18 August 2025 - 🇺🇸United States TomTech
Automatically closed because Drupal 7 security and bugfix support has ended → as of 5 January 2025. If the issue verifiably applies → to later versions, please reopen with details and update the version.