#rahlok
1 messages ยท Page 1 of 1 (latest)
Hi there ๐ do you know where in your flow that error is being surfaced?
Hello, can I share code with you?
Yup
it's odd, it suddenly started happening, even though I hadn't pushed a commit in a few days
It looks like you're passing applePay and googlePay, with boolean values, when creating the Payment Request. Those values aren't expected there though, if you're trying to disable wallets, then I believe you would use the disableWallets parameter:
https://stripe.com/docs/js/payment_request/create
ok, so I can just comment those two out?
I believe so