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.