I am placing an order where I modify the amount to be paid when the payment is sent to the gateway. The payment is successfully processed on the gateway, and when I return to the Drupal site and the payment is processed, I notice that it does not process the amount that was paid on the gateway.
I create a custom payment where I process half of the total payment. This is handled in the order form and then redirected to the payment gateway, completing the payment.
I created a patch where it processes the amount paid at the gateway.
Active
2.2
Code