Closed ElNogara closed 1 year ago
Hello @ElNogara!
I noticed your store is using the module in version 1.1.4. This version has the issue you are reporting, but it has been corrected in a newer version. To fix this you just need to update, running the following commands:
composer require pagarme/pagarme-magento2-module:2.1.0
./bin/magento setup:upgrade
./bin/magento setup:di:compile
Status
BUG REPORT
Steps
Expected behaviour
The expected behavior is that when the order has payment confirmed in the pagame panel, it will also be updated to the platform.
Actual behaviour
Currently the order is being created correctly, but its information is not updated as it follows its flow through pagarme
Environment
We are using the Magento/2.4 (Community).
Logs / Stack trace