method
public
static
OrderDiscountManager::calculateApplyCoupons()
Сигнатура
public static calculateApplyCoupons(string $module, array<string|int, mixed> $discount, array<string|int, mixed> $basket, array<string|int, mixed> $params) : bool|array<string|int, mixed>
Описание
Проверяет применение скидки.
Параметры
$module
string
Модуль скидок.
$discount
array<string|int, mixed>
Данные скидки.
$basket
array<string|int, mixed>
Данные корзины.
$params
array<string|int, mixed>
Параметры расчёта.
Возвращаемое значение
bool|array<string|int, mixed>
Исходный файл: source/sale/lib/orderdiscountmanager.php:350

