From 29b344f17e7f8c080d21070438c126e407daeb0e Mon Sep 17 00:00:00 2001 From: Zairig Imad Date: Tue, 15 Aug 2023 09:29:55 +0100 Subject: [PATCH] Update checkout.rst --- docs/book/orders/checkout.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/book/orders/checkout.rst b/docs/book/orders/checkout.rst index a6793cfb4f..9b62e695e7 100644 --- a/docs/book/orders/checkout.rst +++ b/docs/book/orders/checkout.rst @@ -10,8 +10,7 @@ The process of specifying address, payment and a way of shipping transforms the Checkout State Machine ---------------------- -The Order Checkout state machine has 5 states available: ``cart``, ``addressed``, ``shipping_selected``, ``payment_selected``, ``completed`` -and a set of defined transitions between them. +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. 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