Unfortunatley I am not able to revert to a default theme, there isn’t a budget to redesign the website.
I can see that the transactions being pushed through to stripe, this is the error that stripe is reporting:
{
"currency": "cad",
"receipt_email": "[email protected]",
"amount": <required>
}
Response body
{
"error": {
"code": "parameter_missing",
"doc_url": "https://stripe.com/docs/error-codes/parameter-missing",
"message": "Missing required param: amount.",
"param": "amount",
"type": "invalid_request_error"
}
}
Request POST body
{
"currency": "cad",
"receipt_email": "[email protected]"
}
Thank you
The site uses Avada and SHF Website Builder, yoast, updraft, w3 total cache, duplicate page, slider revolution, max buttons and shortcode.
I discovered that this is only happening when I am signed in as an admin. It is working fine when not logged into WordPress.