diff --git a/optional-core-overwrites/includes/modules/order_total/ot_group_pricing.php b/optional-core-overwrites/includes/modules/order_total/ot_group_pricing.php index ed560da..3010377 100644 --- a/optional-core-overwrites/includes/modules/order_total/ot_group_pricing.php +++ b/optional-core-overwrites/includes/modules/order_total/ot_group_pricing.php @@ -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,