Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-koepke committed Sep 29, 2016
1 parent 68b2a1f commit 2ce2c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/local/MagePal/GoogleTagManager/Block/Tm.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ protected function getOrdersTrackingCode()
'transactionAffiliation' => Mage::app()->getStore()->getFrontendName(),
'transactionTotal' => $order->getBaseGrandTotal(),
'transactionShipping' => $order->getBaseShippingAmount(),
'discountCode' = $order->getCouponCode(),
'discountCode' => $order->getCouponCode(),
'transactionProducts' => $product
);

Expand Down

0 comments on commit 2ce2c94

Please sign in to comment.