[Unit] Set order payment and shipping states to correct ones

This commit is contained in:
Rafikooo 2024-02-26 23:00:30 +01:00
parent ba814d2dbb
commit 83bc2d4ecb
No known key found for this signature in database
GPG key ID: 4A26D8327BC2442B
2 changed files with 4 additions and 2 deletions

View file

@ -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"

View file

@ -39,8 +39,8 @@
"currencyCode": "USD",
"localeCode": "en_US",
"checkoutState": "fulfilled",
"paymentState": "cart",
"shippingState": "cart",
"paymentState": "paid",
"shippingState": "ready",
"tokenValue": "token",
"id": @integer@,
"items": [],