Skip to content

Commit

Permalink
fix opencart reward to crm discount convert error (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilevdm authored Aug 18, 2020
1 parent 85de483 commit bc16a2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function setDiscount() {
}

if ($discount > 0) {
$order['discountManualAmount'] = $discount;
$this->data['discountManualAmount'] = $discount;
}

return $this;
Expand Down

0 comments on commit bc16a2a

Please sign in to comment.