Fix test fixture

This commit is contained in:
Mateusz 2026-04-16 09:41:13 +02:00
parent 4453e365a3
commit 93dc2e1a0d
3 changed files with 3 additions and 0 deletions

View file

@ -14,4 +14,5 @@ Sylius\Component\Core\Model\Order:
state: "new"
paymentState: "awaiting_payment"
shippingState: "ready"
checkoutState: "completed"
tokenValue: "token"

View file

@ -14,6 +14,7 @@ Sylius\Component\Core\Model\Order:
state: "new"
paymentState: "awaiting_payment"
shippingState: "ready"
checkoutState: "completed"
tokenValue: "token"
__calls:
- setCustomerWithAuthorization: ["@customer_oliver"]

View file

@ -14,5 +14,6 @@ Sylius\Component\Core\Model\Order:
state: "new"
paymentState: "awaiting_payment"
shippingState: "ready"
checkoutState: "completed"
tokenValue: "token"
customer: "@customer_oliver"