Skip to content

Commit

Permalink
#237: Include 'full' order-object in notification 1st parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
lat9 committed Mar 19, 2024
1 parent c888245 commit 88513da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ protected function calculate_deductions()
];
$this->notify('NOTIFY_OT_GROUP_PRICING_DEDUCTIONS',
[
'order_info' => $order->info,
'order' => $order,
'discount_percentage' => $discount_percentage,
'include_shipping' => $this->include_shipping,
'include_taxes' => $this->include_tax,
Expand Down

0 comments on commit 88513da

Please sign in to comment.