o2ti/extend-getnet-payment-magento

在Getnet支付中间件中实现预授权。

安装: 0

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:magento2-module

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。

https://github.com/elisei/extend-getnet-payment-magento/blob/main/Plugin/Gateway/Request/PreAuthCcPaymentDataRequest.php#L38-L39

它还将影响Getnet\PaymentMagento\Gateway\Http\Client\AcceptPaymentClient的确认过程,在确认之前添加一个新的请求调整值。 https://github.com/elisei/extend-getnet-payment-magento/blob/main/Plugin/Gateway/Http/Client/PreAuthAcceptPaymentClient.php#L106-L119