Sylius/tests/Api/DataFixtures/ORM/promotion/product.yaml
2024-09-05 07:49:34 +02:00

19 lines
531 B
YAML

Sylius\Component\Core\Model\Product:
product_cap:
code: 'CAP'
channels: ['@channel_web']
currentLocale: 'en_US'
Sylius\Component\Core\Model\ProductVariant:
product_variant_cap_blue:
code: 'CAP_BLUE'
product: '@product_cap'
currentLocale: 'en_US'
channelPricings:
WEB: '@channel_pricing_cap_blue_web'
Sylius\Component\Core\Model\ChannelPricing:
channel_pricing_cap_blue_web:
channelCode: 'WEB'
price: 2000
originalPrice: 3000