Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.9.0-b1
-
Component/s: None
-
Labels:None
Description
In plugins/order/models/order_affiliate_referrals.php around line 186 change:
if ($order->status = 'canceled') {
To
if ($order->status === 'canceled') {
Activity
Field | Original Value | New Value |
---|---|---|
Sprint | 5.10.0 Sprint 2 [ 189 ] |
Rank | Ranked higher |
Assignee | Jonathan Reissmueller [ jonathan ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | In Review [ 5 ] | Closed [ 6 ] |