-
Notifications
You must be signed in to change notification settings - Fork 176
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
notifyUrl doesn't work! #264
Comments
Hi Marco, |
I'm sorry, but no solutions and never any response from omnipay community. I had to switch libraries. |
For PayPal, you need the IPN being set in the APP settings in the PayPal dashboard. |
I know that, but I needed a dynamic notifyUrl, which couldn't obviously be done fixing it into PayPal settings. Then I resolved the problem using another package. |
Ah,yeah then this package doesn't look suitable. Please share the package name you're using, in case anyone walks into the same problems and need a proper solution :) Thanks and good night :) |
Hi Marco,
Please let me know, if you need help |
Hi sersart, First of all, thanks for your help. At the time, I needed this package to make what notifyUrl was supposed to do: doing a call to notifyUrl. I used to attach a specific array to validate payment on proper PayPal endpoint, before activating order on my e-commerce. I suppose Omnipay hasn't been updated since creation of this thread and giving a quick look to your code, it seems you simply 'moved issue' providing payload in GET with header fn. At first I thought that I was missing something, but I took a deep look into Omnipay seeing that notifyUrl notification wasn't handled at all. |
Dear omnipay-paypal community,
Recently PayPal contacted me to upgrade my 'old-style' CodeIgniter e-commerce cart (an old standard paypal gateway with a simple form to related paypal endpoint) to a solution with access token and client_id + secret. I used omnipay-paypal, following a guide like this:
https://artisansweb.net/paypal-payment-gateway-integration-in-php-using-paypal-rest-api/
And everything seems working fine, but with old standard cart I used a notifyUrl to send payment post data to a controller that made something like this:
If that
$response
is VERIFIED, I enable related order for delivery (paid).Issue is that notifyUrl isn't triggered at all with Omnipay and this avoids to fit the shoe.
I tried to setup notifyUrl parameter on purchase, completePurchase method, but nothing to do: no call is sent after payment confirmation and no payment data in the related $_POST object.
Someone could give me some hint or help?
The text was updated successfully, but these errors were encountered: