mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
13 lines
424 B
YAML
13 lines
424 B
YAML
Sylius\Component\Core\Model\Promotion:
|
|
holiday_promotion:
|
|
code: "HOLIDAY_PROMOTION"
|
|
name: "Holiday promotion"
|
|
channels: ["@channel"]
|
|
actions: ["@10_percent_order_discount"]
|
|
|
|
Sylius\Component\Promotion\Model\PromotionAction:
|
|
10_percent_order_discount:
|
|
type: "order_percentage_discount"
|
|
promotion: "@holiday_promotion"
|
|
configuration:
|
|
percentage: 0.1
|