Skip to content

Commit

Permalink
Update Orders state machine doc removing confirmation_required text
Browse files Browse the repository at this point in the history
This feature has been removed here:

8c8c84c
  • Loading branch information
kennyadsl committed Mar 28, 2018
1 parent 7669764 commit 8966d6f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions guides/orders/order-state-machine.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ There are six order states by default:
If you go through the checkout provided in the `solidus_frontend` gem, you can
see that there is a clearly defined step for each of these states during checkout.

In some circumstances, the `payment` and `confirm` states are optional:

- The `payment` state is only triggered if `payment_required?` returns `true`.
- The `confirm` state is only triggered if `confirmation_required?` returns
`true`.
The `payment` state is optional and it's only triggered if `payment_required?`
returns `true`.

The `complete` state is triggered in one of two ways:

Expand Down

0 comments on commit 8966d6f

Please sign in to comment.