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') {