We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fca2cd commit 89105d4Copy full SHA for 89105d4
includes/Triggers/WC/WCHelper.php
@@ -169,7 +169,8 @@ public static function accessOrderData($order)
169
$data = [
170
'id' => $order->get_id() ?? '',
171
'order_key' => $order->get_order_key() ?? '',
172
- 'card_tax' => $order->get_cart_tax() ?? '',
+ 'cart_tax' => $order->get_cart_tax() ?? '',
173
+ 'cart_total' => $order->get_cart_total() ?? '',
174
'currency' => $order->get_currency() ?? '',
175
'discount_tax' => $order->get_discount_tax() ?? '',
176
'discount_to_display' => $order->get_discount_to_display() ?? '',
0 commit comments