Skip to content
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

Order state and status after success is not update to processing #1

Open
Tibo16 opened this issue Apr 11, 2019 · 3 comments
Open

Order state and status after success is not update to processing #1

Tibo16 opened this issue Apr 11, 2019 · 3 comments

Comments

@Tibo16
Copy link

Tibo16 commented Apr 11, 2019

I checked twice that the after payment status configuration option is on "Processing" in back office
I am on test environnement and i do not have any log message...
Can you give me what i can control / do to resolve that ?
Thanks

@yanncharlou
Copy link
Contributor

Exact same problem here.
IPN query happen : "POST /pbxep/payment/ipn/ HTTP/1.1" 302 1263 "-" "Paybox System IPN"
But no change in backend.

@yanncharlou
Copy link
Contributor

yanncharlou commented Dec 10, 2019

OMG !!! Finally found.
Readme.md need to be updated. It give you the wrong package name.

composer require paybox/epayment : installs the magento 2.2 module not the 2.3 !

Problem solved by installing with the correct package name :

composer remove paybox/epayment
composer require paybox/epayment23
bin/magento setup:upgrade

FYI : this problem is caused by Magento CSRF protection since magento 2.3.
POST to ipn url is rejected (cause the 302 http status in my preceding post)

@yanncharlou
Copy link
Contributor

Je viens de créer une PR pour corriger ça : #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants