-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creates a recurring application charge fails in production #1341
Comments
I've also tried to debug with CURL as per documentation. But the official sample code doesn't work. Probably because the API endpoint is behind Cloudflare which blocks CURL requests. |
Hi there! This seem like it may have been an issue with the underlying API, that has now been resolved and not this library. I was able to successfully create a recurring application charge with CURL. Going to close this issue. Please re-open if you do believe there is a bug in this library. |
Thanks for the update. I just tried once again using this gem and it didn't work. What do you mean that it has been resolved? |
If you are seeing the same errors with CURL or Postman, then I would expect the issue to be with the API directly and not with this library. Are you still seeing errors when you use CURL or Postman? |
The CURL command from the documentation doesn't work:
Yes. That's the full request and response. The API returns nothing. I had to add
Apparently the request was blocked by Cloudflare, as mentioned above. |
Hi @felixding by any chance this is still happening for you? I just tried and it seems to be failing still with the same error response. |
I'm trying to create a recurring application charge as follows:
It works well in development with
recurring_application_charge.test = true
.But it fails in production (after removing
recurring_application_charge.test = true
, of course).The API returns
{"error_reference":"If you report this error, please include this id: 60dcfc7c-08b1-433d-a16a-78d5f8827616-1727746893."}
The Shopify session is valid. I can get the product images using the same session:
But as mentioned above, this failed:
Why?
The text was updated successfully, but these errors were encountered: