Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.5.0-b1
-
Component/s: None
-
Labels:None
Description
Add a new column to the transaction table:
message VARCHAR(255) NULL DEFAULT NULL
The Transactions model should be updated to accept and validate the new column.
The GatewayPayments component should be updated to set the message if returned by the gateway. The methods to be updated include but are not limited to: processNotification(), processPayment(), authorizePayment(), capturePayment(), refundPayment(), and voidPayment().
EDIT:
Add this message (if set) to the expanded transaction row in both the client and admin interfaces.
Issue Links
- blocks
-
CORE-4592 Stripe Payments: Set transaction messages
- Closed