mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Unit] Set order payment and shipping states to correct ones
This commit is contained in:
parent
ba814d2dbb
commit
83bc2d4ecb
2 changed files with 4 additions and 2 deletions
|
|
@ -5,6 +5,8 @@ Sylius\Component\Core\Model\Order:
|
|||
localeCode: "en_US"
|
||||
state: "fulfilled"
|
||||
checkoutState: "fulfilled"
|
||||
paymentState: "paid"
|
||||
shippingState: "ready"
|
||||
tokenValue: "token"
|
||||
customer: "@customer_tony"
|
||||
billingAddress: "@billing_address"
|
||||
|
|
|
|||
|
|
@ -39,8 +39,8 @@
|
|||
"currencyCode": "USD",
|
||||
"localeCode": "en_US",
|
||||
"checkoutState": "fulfilled",
|
||||
"paymentState": "cart",
|
||||
"shippingState": "cart",
|
||||
"paymentState": "paid",
|
||||
"shippingState": "ready",
|
||||
"tokenValue": "token",
|
||||
"id": @integer@,
|
||||
"items": [],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue