Sylius/tests/Api/DataFixtures/ORM/payment_request/order.yaml
2026-06-17 13:08:31 +02:00

18 lines
497 B
YAML

Sylius\Component\Core\Model\Payment:
payment:
method: "@payment_method_cash_on_delivery"
order: "@order"
state: "processing"
amount: 1000
currencyCode: "USD"
Sylius\Component\Core\Model\Order:
order:
channel: "@channel_web"
currencyCode: "USD"
localeCode: "en_US"
state: "new"
paymentState: "awaiting_payment"
shippingState: "ready"
checkoutState: "completed"
tokenValue: "token"