-
Notifications
You must be signed in to change notification settings - Fork 221
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
Payment Request URL with Stripe Not Working #105
Comments
Can you confirm the commit you're running with, please? |
Please check with #106 — I think I had the same error once in a private branch. [I'm not working at frappe] |
I am currently running the latest version, and last night, I created a custom Docker image using the develop branch. The details are as follows: Commit Hash: 8b57e6d |
Thanks, I think I already identified the issue. Can you test with the PR, please? Waiting for your feedback on that. |
Thank you for the pull request! I tested it by pulling your PR, but unfortunately, it's still not working as expected. However, when I installed the Payments app on Frappe Cloud, it works perfectly, and the same goes for the Print Designer app. I'm currently preparing a self-hosted production setup for my first client, and they've been waiting for over two weeks. The discrepancies between the cloud and self-hosted environments are confusing, and I’m struggling to pinpoint the issue. Any insights or advice on resolving these differences would be greatly appreciated! |
Hm, I'm afraid, I'll likely not be able to help, in this case. :-/ — I wouldn't even know where to start. |
Thank you for your honesty and taking the time to respond! I appreciate the effort. I'll continue to troubleshoot and explore possible solutions. If anything comes to mind later or if you have any suggestions on where to seek further assistance, feel free to share! |
I am facing issues sending a payment request URL for Stripe. The URL is not displaying the payment portal, and the format is incorrect in the generated print PDF.
Steps Taken:
payments
app.Payments: v0.0.1
{
"url": "https://github.com/frappe/payments",
"branch": "develop"
},
I retrieved the payment URL client-side, but it is not functioning either. Here's how I tried to access it:
Problems Encountered:
Despite the Stripe integration setup, the link does not lead to a proper payment interface. Could you please assist in troubleshooting this issue?
Any help in resolving the URL formatting and PDF generation problems would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: