Skip to content

Commit

Permalink
Merge branch 'master' of github.com:magepal/magento2-googletagmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
srenon committed Apr 29, 2020
2 parents 3a363dc + 71c4f8b commit 480aa6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public function getAccountId($store_id = null)
* @param $price
* @return float
*/
public static function formatPrice($price)
public function formatPrice($price)
{
return (float)sprintf('%.2F', $price);
}
Expand Down

0 comments on commit 480aa6e

Please sign in to comment.