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
-
Activity
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Story Points | 5 |
Fix Version/s | 5.5.0-b1 [ 11726 ] |
Sprint | 5.5.0 Sprint 1 [ 153 ] |
Rank | Ranked higher |
Assignee | Abdy Franco [ abdy ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 1 hour, 44 minutes [ 6240 ] | |
Worklog Id | 15604 [ 15604 ] |
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Description |
Add a new column to the transaction table:
{code:java} message VARCHAR(255) NULL DEFAULT NULL {code} The Transactions model should be updated 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(). |
Add a new column to the transaction table:
{code:java} message VARCHAR(255) NULL DEFAULT NULL {code} 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(). |
Description |
Add a new column to the transaction table:
{code:java} message VARCHAR(255) NULL DEFAULT NULL {code} 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(). |
Add a new column to the transaction table:
{code:java} message VARCHAR(255) NULL DEFAULT NULL {code} 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. |
Time Spent | 1 hour, 44 minutes [ 6240 ] | 3 hours, 30 minutes [ 12600 ] |
Worklog Id | 15616 [ 15616 ] |
Status | In Review [ 5 ] | Closed [ 6 ] |