docs #15226 Update checkout.rst (zairigimad)

This PR was merged into the 1.12 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.12                   |
| Bug fix?        | no                                                       |
| New feature?    | no                                                       |
| BC breaks?      | no                                                       |
| Deprecations?   | no/ |
| Related tickets | f                      |
| License         | MIT                                                          |

<!--
 - Bug fixes must be submitted against the 1.12 branch
 - Features and deprecations must be submitted against the 1.13 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------
  Update checkout.rst
This commit is contained in:
Jacob Tobiasz 2023-08-18 11:33:28 +02:00 committed by GitHub
commit 623b10ce7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,7 @@ The process of specifying address, payment and a way of shipping transforms the
Checkout State Machine Checkout State Machine
---------------------- ----------------------
The Order Checkout state machine has 5 states available: ``cart``, ``addressed``, ``shipping_selected``, ``payment_selected``, ``completed`` The Order Checkout state machine has 7 states available: ``cart``, ``addressed``, ``shipping_selected``, ``shipping_skipped``, ``payment_selected``, ``payment_skipped``, ``completed`` and a set of defined transitions between them.
and a set of defined transitions between them.
These states are saved as the **checkoutState** of the **Order**. These states are saved as the **checkoutState** of the **Order**.
Besides the steps of checkout, each of them can be done more than once. For instance if the Customer changes their mind Besides the steps of checkout, each of them can be done more than once. For instance if the Customer changes their mind