o2ti / extend-getnet-payment-magento
在Getnet支付中间件中实现预授权。
dev-main
2022-10-23 14:24 UTC
This package is auto-updated.
Last update: 2024-09-23 18:41:32 UTC
README
在Getnet支付中间件中实现预授权。
详细资料
该插件将对Getnet\PaymentMagento\Gateway\Request\CcPaymentDataRequest进行处理,将延迟值设置为false,将预授权值设置为true。
它还将影响Getnet\PaymentMagento\Gateway\Http\Client\AcceptPaymentClient的确认过程,在确认之前添加一个新的请求调整值。 https://github.com/elisei/extend-getnet-payment-magento/blob/main/Plugin/Gateway/Http/Client/PreAuthAcceptPaymentClient.php#L106-L119