Sylius/tests/Api/DataFixtures/ORM/order/new.yaml
2024-08-07 09:57:10 +02:00

81 lines
2.5 KiB
YAML

Sylius\Component\Core\Model\Order:
new_order_in_channel_web:
channel: "@channel_web"
currencyCode: "USD"
localeCode: "en_US"
state: "new"
checkoutState: "completed"
paymentState: "paid"
shippingState: "ready"
tokenValue: "firstToken"
customer: "@customer_tony"
billingAddress: "@first_order_billing_address"
shippingAddress: "@first_order_shipping_address"
new_order_in_channel_mobile:
channel: "@channel_mobile"
currencyCode: "USD"
localeCode: "en_US"
state: "new"
paymentState: "paid"
shippingState: "ready"
checkoutState: "completed"
tokenValue: "secondToken"
customer: "@customer_dave"
billingAddress: "@second_order_billing_address"
shippingAddress: "@second_order_shipping_address"
cart_order:
channel: "@channel_web"
currencyCode: "USD"
localeCode: "en_US"
state: "cart"
paymentState: "cart"
shippingState: "cart"
checkoutState: "cart"
tokenValue: "cartToken"
customer: "@customer_dave"
Sylius\Component\Core\Model\Address:
first_order_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"
provinceName: "kujawsko-pomorskie"
first_order_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"
provinceName: "kujawsko-pomorskie"
second_order_billing_address:
customer: "@customer_dave"
firstName: "Andrzej"
lastName: "Legs"
company: "Polmotors office"
street: "Moniuszki 16/20"
countryCode: "PL"
city: "Pabianice"
postcode: "31-999"
phoneNumber: "111999222"
provinceName: "kujawsko-pomorskie"
second_order_shipping_address:
customer: "@customer_dave"
firstName: "Andrzej"
lastName: "Legs"
company: "Polmotors manufactory"
street: "Moniuszki 16/20"
countryCode: "PL"
city: "Pabianice"
postcode: "31-999"
phoneNumber: "111999222"
provinceName: "kujawsko-pomorskie"