discountIsExist()
discountIsExist(string $code) : boolean
Checks if discount with given code is exists.
Parameters
string | $code |
سرویس تخفیفها را برای ماژولهای داخلی سیستم ایجاد می کند.
consumeDiscount(string $discountCode) : \Discount_Discount
Decrease one unit of given discount.
If discount is one-time-use it will be invalid after this function.
string | $discountCode |