Skip to content

Commit 3b9977d

Browse files
committed
fix: woocommerce cart total field issue
1 parent 3b6a864 commit 3b9977d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

includes/Triggers/WC/WCHelper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ public static function accessOrderData($order)
170170
'id' => $order->get_id() ?? '',
171171
'order_key' => $order->get_order_key() ?? '',
172172
'cart_tax' => $order->get_cart_tax() ?? '',
173-
'cart_total' => $order->get_cart_total() ?? '',
174173
'currency' => $order->get_currency() ?? '',
175174
'discount_tax' => $order->get_discount_tax() ?? '',
176175
'discount_to_display' => $order->get_discount_to_display() ?? '',

0 commit comments

Comments
 (0)