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
Jonathan Reissmueller
created issue -
Jonathan Reissmueller
made changes -
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Story Points | 5 |
Jonathan Reissmueller
made changes -
Jonathan Reissmueller
made changes -
Fix Version/s | 5.5.0-b1 [ 11726 ] |
Jonathan Reissmueller
made changes -
Sprint | 5.5.0 Sprint 1 [ 153 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked higher |
Abdy Franco
made changes -
Assignee | Abdy Franco [ abdy ] |
Abdy Franco
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Abdy Franco
made changes -
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 1 hour, 44 minutes [ 6240 ] | |
Worklog Id | 15604 [ 15604 ] |
Abdy Franco
made changes -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Jonathan Reissmueller
made changes -
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(). |
Jonathan Reissmueller
made changes -
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. |
Abdy Franco
made changes -
Time Spent | 1 hour, 44 minutes [ 6240 ] | 3 hours, 30 minutes [ 12600 ] |
Worklog Id | 15616 [ 15616 ] |
Jonathan Reissmueller
made changes -
Status | In Review [ 5 ] | Closed [ 6 ] |