Skip to content

Commit 495e4e6

Browse files
authored
Update Ga.php
1 parent cd08acf commit 495e4e6

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/GoogleGtag/Block

1 file changed

+1
-0
lines changed

app/code/Magento/GoogleGtag/Block/Ga.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ public function getOrdersTrackingData(): array
159159
'value' => number_format((float) $order->getGrandTotal(), 2),
160160
'tax' => number_format((float) $order->getTaxAmount(), 2),
161161
'shipping' => number_format((float) $order->getShippingAmount(), 2),
162+
'currency' => $order->getOrderCurrencyCode(),
162163
];
163164
$result['currency'] = $order->getOrderCurrencyCode();
164165
}

0 commit comments

Comments
 (0)