Hi all!
I’ve been bumping my head against the wall
Getting an error on Snipcart:
Failed to load resource: the server responded with a status of 422 (Unprocessable Entity)
Uncaught TypeError: t.indexOf is not a function
at ue (snipcart.js:1:351976)
at ce (snipcart.js:1:351903)
at Array.map ()
at snipcart.js:1:351862
at snipcart.js:1:351870
at Array.forEach ()
at se (snipcart.js:1:351756)
at snipcart.js:1:354367
at c (snipcart.js:12:2702)
at Object.next (snipcart.js:12:1997)
What I’ve done:
- Include the script with Public API successfully
- I can add and remove products to the cart successfully
- I can show the checkout page and fill in my address
- As soon as I want to do a test payment, I get an error.
My client has configured Mollie as a payment provider, and the Mollie profile is approved by Mollie.
See attached screenshot below.
I have searched the forum, but could not find an answer specific for Mollie.
Any help would be great!