PayboxByVerifone / Magento-2.3.x

Magento 2.3.x Verifone e-commerce integration
Apache License 2.0
0 stars 3 forks source link

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

Open Tibo16 opened 5 years ago

Tibo16 commented 5 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

Je viens de créer une PR pour corriger ça : https://github.com/PayboxByVerifone/Magento-2.3.x/pull/3