Closed sensingturtle closed 3 weeks ago
Seems something is broken compatibility wise between Pyodide and the latest version of the Stripe Python API.
To resolve I rewrote the example in JavaScript. We've got some API request work coming up that hopefully fixes in Python.
Nice find!
Closing but linking to this in our other open issue for API requests #1899
@luke-quadratic Can you share the JS code that worked for you?
Despite using the same code as mentioned on https://www.quadratichq.com/connections/stripe-api I’m getting this error–
ERROR: AttributeError on line 9: module 'stripe' has no attribute 'log'
This is the code that I’m running–
I’ve tried in Safari 18.1 (20619.2.8.11.10) as well as Chrome 130.0.6723.117 and I see the error in both.
I’m using macOS Sequoia 15.1 (24B83)