creditkey / magento2-b2bgateway

Credit Key Magento 2 Module
MIT License
0 stars 4 forks source link

Added Cancel command for Orders #44

Closed rain2o closed 5 years ago

rain2o commented 5 years ago

This PR adds the functionality to call CreditKey's cancel command when the order is canceled. In order to do this we first had to make sure an authorization transaction was being created in Magento. Once that transaction existed then a cancel can happen which voids that transaction and calls our CancelCommand.