mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
18 lines
497 B
YAML
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"
|