Details
Description
When making payment with a gateway the uses the authorize/capture flow, there are a couple issues. First, the GatewayPayments authorizePayment() method does not link the payment account to the transaction it creates. Second, the GatewayPayment capturePayment() method does not include the company as an email tag like the processPayment() method does.
Possible solution given to a client.
On line of components/gateway_payments/gateway_payments.php 939 change:
to
On line 1127 change :
to
On lines 1134-1137 change from:
to