method
public
static
DiscountCouponTable::saveApplied()
Сигнатура
public static saveApplied(array<string|int, mixed> $coupons, int $userId, DateTime $currentTime) : array<string|int, mixed>|bool
Описание
Сохранить применённые купоны.
Параметры
$coupons
array<string|int, mixed>
Список купонов.
$userId
int
ID пользователя заказа.
$currentTime
DateTime
Время применения.
Возвращаемое значение
array<string|int, mixed>|bool
Исходный файл: source/catalog/lib/discountcoupon.php:405

