Sylius/tests/Api/DataFixtures/ORM/customer_order.yaml

36 lines
1.1 KiB
YAML

Sylius\Component\Core\Model\Order:
order:
channel: "@channel_web"
currencyCode: "USD"
localeCode: "en_US"
state: "new"
tokenValue: "token"
customer: "@customer_tony"
billingAddress: "@billing_address"
shippingAddress: "@shipping_address"
Sylius\Component\Core\Model\Address:
billing_address:
customer: "@customer_tony"
firstName: "Andrzej"
lastName: "Legs"
company: "Polmotors office"
street: "Moniuszki 16/20"
countryCode: "PL"
city: "Pabianice"
postcode: "31-999"
phoneNumber: "111999222"
provinceCode: "PL-PL"
provinceName: "kujawsko-pomorskie"
shipping_address:
customer: "@customer_tony"
firstName: "Andrzej"
lastName: "Legs"
company: "Polmotors manufactory"
street: "Moniuszki 16/20"
countryCode: "PL"
city: "Pabianice"
postcode: "31-999"
phoneNumber: "111999222"
provinceCode: "PL-PL"
provinceName: "kujawsko-pomorskie"