-
Notifications
You must be signed in to change notification settings - Fork 70
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
How to execute the DoExpressCheckoutPayment #92
Comments
The |
Then for some reason the transactions are not getting processed... I cannot see them on neither paypal's activity nor my bank account statements.. I have tried both I contacted paypal and they told me that I needed to call the DoExpressCheckoutPayment and that that was what was missing in my process... I am using the same code as the documentation that you sent (the sample basically..) Of course I confirmed that the method approveAndDeposit() is getting called and the whole process flows normally ( I get redirected to PayPal, I verify that it's the live url and I log in with my personal account to pay, and then PayPal redirects me to my site) Here's the piece that calls it:
|
I have exactly the same problem |
I ended up downloading the SDK and following their samples on http://paypal.github.io/PayPal-PHP-SDK/sample/. Since I only needed PayPal and I was on a rush I figured it would be faster that way. |
Other people or being confronted with the problem and we can solve it. |
Thank you for reporting the issue. @bvisonl @jeremydu To help me pinpoint the cause, could you please post the version of symfony, jms/payment-paypal-bundle and jms/payment-core-bundle that you're using? You can find the version of installed packages with:
Also, is this something that started happening recently, or did you always have the issue? |
Hello, Here are the lists of bundles with their versions. jms/payment-core-bundle 1.3.0 |
Thank you @jeremydu, I took the liberty of editing your comment to keep only the relevant packages. Could you please upgrade both Thank you in advance. |
Thank you @regularjack I updated jms/pay-paypal-bundle to version 1.2.0 and jms/payment-core-bundle I keep version 1.3.0. If I meet up to days jms / payment-core-bundle in version 1.4.0, or if I install on a new server this version. PHP Fatal error: Uncaught Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Class "" used for ser As a reminder I am in symfony 3.2.14 Thank you for your help |
@regularjack As inicate above in update or in 1st installation I have the error: Do you have a resolution for this error ? |
@jeremydu Could you open another issue for this? I'd like this issue to remain about the problem with DoExpressCheckout. Thanks. |
@regularjack the issue is created : Can you help me please |
With the new version of the bundles Do you have an idea for it to work? |
My problem is solved. |
@jeremydu I'm glad you could figure out the solution for your issue. Would you mind elaborating a bit more what the solution was? This seems to be a recurring issue affecting many people so maybe I need to improve the documentation, but to do that I'd like to be sure of what the issue was. Thanks in advance. |
The documentation is correct but a complete example would be perfect |
Hi, I have the same problem. |
I don't khow how to execute DoExpressCheckoutPayment after the user is redirected back to my site |
My error was of return_url by id_payment_complete instead of id_payment_create Example : |
I'm implementing this bundle but I cannot seem to find a way to trigger the DoExpressCheckoutPayment after the user is redirected back to my site...I also can't see this in the documentation (not even in the core bundle).
The text was updated successfully, but these errors were encountered: