Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.11.3
-
Component/s: None
-
Labels:None
Description
To reproduce:
- Install both Paypal Payments Standard and Paypal Checkout
- Set up IPN in Paypal
- Make a payment with Paypal Checkout
- See that two payments are recorded
To resolve (not tested):
components/gateways/nonmerchant/paypal_payments_standard.php around line 424 add
Loader::loadComponents($this, ['Record']); if (($transaction = $this->Record->query( "select * from transactions where reference_id = ? AND `status` = 'approved'", [$post['txn_id'] ?? null] )->fetch() )) { return; }
Activity
Field | Original Value | New Value |
---|---|---|
Sprint | 5.12.0 Sprint 2 [ 209 ] |
Rank | Ranked higher |
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 1 hour, 40 minutes [ 6000 ] | |
Worklog Id | 17633 [ 17633 ] |
Assignee | Abdy Franco [ abdy ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | In Review [ 5 ] | Closed [ 6 ] |