LukePOLO\LaraCart\Tests\Coupons\Fixed::displayValue PHP Method

displayValue() public method

Displays the value in a money format.
public displayValue ( null $locale = null, null $internationalFormat = null ) : string
$locale null
$internationalFormat null
return string
    public function displayValue($locale = null, $internationalFormat = null)
    {
        return LaraCart::formatMoney($this->discount(), $locale, $internationalFormat);
    }