Skip to content

Commit

Permalink
fix: Dokan is forcefullly making the coupons fixed #296
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbir1991 committed Jun 25, 2018
1 parent 52600bf commit a1f8a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-order-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,6 @@ public function ensure_vendor_coupon( $valid, $coupon ) {
return false;
}

return true;
return $valid;
}
}

0 comments on commit a1f8a27

Please sign in to comment.