Error with variable subscription but work fine with simple subscription
-
I have a simple subscription product and paypal works fine, but I created a variable subscription and I have the next error:
“name”: “INVALID_REQUEST”,
“message”: “Request is not well-formed, syntactically incorrect, or violates schema.”,
“debug_id”: “f768670707d59”,
“details”: [
{
“field”: “/plan_id”,
“value”: “”,
“location”: “body”,
“issue”: “INVALID_PARAMETER_SYNTAX”,
“description”: “The value of a field does not conform to the expected format.”
}
],All the variations are connected successfully to paypal account.
The paypal pay button is disabled when the checkout page is ready and the credit card button is available but when I press it, I get that error in the browser console
I don′t know what’s happening, please I need your support.
Thanks.
The page I need help with: [log in to see the link]
- The topic ‘Error with variable subscription but work fine with simple subscription’ is closed to new replies.