Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. const DEFAULT_PRECISION = 4;
  2.  
  3. return $this->formatPrecision($price, 4, $options, $includeContainer, $addBrackets);
  4.  
  5. public function formatPrice($price, $addBrackets = false) {
  6. return $this->formatPricePrecision($price, 4, $addBrackets);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement