Skip to content

Commit

Permalink
Fixed price format #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin-Magmodules committed Jul 16, 2019
1 parent e578d22 commit 444bd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Checkout/WidgetConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public function getDefaultPostcode()
*/
public function formatPrice($price)
{
return number_format($price, 2);
return number_format($price, 2, '.', '');
}

/**
Expand Down

0 comments on commit 444bd2b

Please sign in to comment.