Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elisei/extend-getnet-payment-magento
Implementa pré autorização no meio de pagamento da Getnet.
https://github.com/elisei/extend-getnet-payment-magento
Last synced: 5 days ago
JSON representation
Implementa pré autorização no meio de pagamento da Getnet.
- Host: GitHub
- URL: https://github.com/elisei/extend-getnet-payment-magento
- Owner: elisei
- Created: 2022-10-21T22:24:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-23T14:24:41.000Z (about 2 years ago)
- Last Synced: 2024-11-08T08:53:53.267Z (about 2 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Extend Getnet Payment Magento
Implementa pré autorização no meio de pagamento da Getnet.## Detalhes
O plugin irá atuar sobre Getnet\PaymentMagento\Gateway\Request\CcPaymentDataRequest tornando falso o valor para delayed e verdadeiro o pre_authorization.https://github.com/elisei/extend-getnet-payment-magento/blob/main/Plugin/Gateway/Request/PreAuthCcPaymentDataRequest.php#L38-L39
Também irá atuar sobre o processo de confirmação Getnet\PaymentMagento\Gateway\Http\Client\AcceptPaymentClient adcionando um novo request de ajuste do valor antes da confirmação.
https://github.com/elisei/extend-getnet-payment-magento/blob/main/Plugin/Gateway/Http/Client/PreAuthAcceptPaymentClient.php#L106-L119