MatteoAntolini
MatteoAntolini
After calling `redirectToCheckout`, I got a white screen and this error in chat `Uncaught ReferenceError: Stripe is not defined`. If I copy the session url on browser, it works. Full...
Is it possible to add google pay and apple pay in the checkout session? I have them configured on my account, but they don't show in the checkout session. https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout#testing-apple-pay-google-pay...
My code: `import shawk client = shawk.Client('******@gmail.com', '************')` My error: `Traceback (most recent call last): File "/", line 2, in client = shawk.Client('******@gmail.com', '************') File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/shawk/Client.py", line 49, in __init__...