I am getting the following error using OpenSaas, when trying to make a Stripe test payment
{ "error": { "message": "Unrecognized request URL (GET: /). If you are trying to list objects, remove the trailing slash. If you are trying to retrieve an object, make sure you passed a valid (non-empty) identifier in your code. Please see https://stripe.com/docs or we can help at https://support.stripe.com/.", "type": "invalid_request_error" } }
This was working not 5 minutes ago and I have not changed anything (I don't think)