Skip to content

Commit 1459f14

Browse files
committed
GA block update
1 parent 94442dc commit 1459f14

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/GoogleGtag/Test/Unit/Block

1 file changed

+2
-1
lines changed

app/code/Magento/GoogleGtag/Test/Unit/Block/GaTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ public function testOrderTrackingData()
166166
'affiliation' => 'test',
167167
'value' => 10.00,
168168
'tax' => 2.00,
169-
'shipping' => 1.00
169+
'shipping' => 1.00,
170+
'currency' => 'USD'
170171
]
171172
],
172173
'products' => [

0 commit comments

Comments
 (0)