-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Orders state machine doc removing confirmation_required text #2658
Update Orders state machine doc removing confirmation_required text #2658
Conversation
guides/orders/order-state-machine.md
Outdated
`true`. | ||
|
||
The `payment` state is optional and it's only triggered if `payment_required?` | ||
returns `true`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add a newline after this paragraph to separate it from the paragraph below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok! I thought that since it's a single line it would be better to compact those paragraphs but here is your land, I will update shortly! 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done!
@kennyadsl Thanks for the mention 👍 |
This feature has been removed here: solidusio@8c8c84c
0357dde
to
8966d6f
Compare
@benjaminwil do you think it's ok now? |
@kennyadsl Yes, thanks. 😊 |
- 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`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree, we could have alternatively merged the paragraphs. But they are about different states.
This feature has been removed here:
8c8c84c
cc @benjaminwil