QuickPay / magento-v2

Open Software License 3.0
5 stars 20 forks source link

Authorization amount not added to sales_order_payment #7

Closed wexo-team closed 3 years ago

wexo-team commented 4 years ago

In the previous release of this module (the one from Rbech) order transactions (aka sales_order_payment) would have a "base_amount_authorized" set (quite possibly through \Magento\Sales\Model\Order\Payment\Operations\AuthorizeOperation::authorize).

With the new module (this one, QuickPay/magento-v2), the authorized amount is only added as a order comment and not reflected on the sales_order_payment.

CodemakersDK commented 3 years ago

It has now been updated, so that order transactions would be reflected on the sales_order_payment.