Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.4.0-b1
-
Component/s: None
-
Labels:None
Description
To reproduce:
- Visit the client payment page
- Start a payment
- Use the test number "4000008400001629"
- Continue to payment confirmation
- Submit the payment
- See error "Your card was declined"
- Then view the new transaction in the widget, see that it is in the pending tab instead of the declined tab
Activity
Jonathan Reissmueller
created issue -
Jonathan Reissmueller
made changes -
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Jonathan Reissmueller
made changes -
Fix Version/s | 5.4.0-b1 [ 11719 ] | |
Fix Version/s | Short Term [ 10800 ] |
Jonathan Reissmueller
made changes -
Sprint | 5.4.0 Sprint 1 [ 148 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked lower |
Abdy Franco
made changes -
Assignee | Abdy Franco [ abdy ] |
Abdy Franco
made changes -
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 4 hours, 52 minutes [ 17520 ] | |
Worklog Id | 15471 [ 15471 ] |
Abdy Franco
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Abdy Franco
made changes -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Abdy Franco
made changes -
Time Spent | 4 hours, 52 minutes [ 17520 ] | 1 day, 1 hour, 22 minutes [ 33720 ] |
Worklog Id | 15472 [ 15472 ] |
Abdy Franco
made changes -
Time Spent | 1 day, 1 hour, 22 minutes [ 33720 ] | 1 day, 1 hour, 33 minutes [ 34380 ] |
Worklog Id | 15528 [ 15528 ] |
Abdy Franco
made changes -
Time Spent | 1 day, 1 hour, 33 minutes [ 34380 ] | 1 day, 1 hour, 52 minutes [ 35520 ] |
Worklog Id | 15536 [ 15536 ] |
Abdy Franco
made changes -
Time Spent | 1 day, 1 hour, 52 minutes [ 35520 ] | 1 day, 2 hours, 15 minutes [ 36900 ] |
Worklog Id | 15537 [ 15537 ] |
Abdy Franco
made changes -
Time Spent | 1 day, 2 hours, 15 minutes [ 36900 ] | 1 day, 3 hours, 24 minutes [ 41040 ] |
Worklog Id | 15553 [ 15553 ] |
Jonathan Reissmueller
made changes -
Sprint | 5.4.0 Sprint 1 [ 148 ] | 5.4.0 Sprint 2 [ 149 ] |
Jonathan Reissmueller
made changes -
Rank | Ranked higher |
Abdy Franco
made changes -
Time Spent | 1 day, 3 hours, 24 minutes [ 41040 ] | 1 day, 3 hours, 43 minutes [ 42180 ] |
Worklog Id | 15555 [ 15555 ] |
Abdy Franco
made changes -
Time Spent | 1 day, 3 hours, 43 minutes [ 42180 ] | 1 day, 3 hours, 58 minutes [ 43080 ] |
Worklog Id | 15581 [ 15581 ] |
Jonathan Reissmueller
made changes -
Status | In Review [ 5 ] | Closed [ 6 ] |
One thing we can consider is changing StripePayments::captureStoredCc:
To
And views/default/cc_form.pdt
To
// Resubmit the form, bypassing this handler resubmitPaymentConfirmation();
This would resolve the proposed situation, but might not be ideal in every circumstance.