-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
[Invoice] Add payment status #246
Conversation
AdamKasp
commented
Aug 11, 2021
•
edited
Loading
edited
36b70ac
to
947a774
Compare
947a774
to
96a0ee7
Compare
96a0ee7
to
61a8f40
Compare
1d37271
to
839da78
Compare
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.
To be honest, I would be for using a boolean flag instead of a state here as this value will be set only once while the invoice is generating and will never change.
features/managing_invoices/seeing_payment_state_on_invoice.feature
Outdated
Show resolved
Hide resolved
features/managing_invoices/seeing_payment_state_on_invoice.feature
Outdated
Show resolved
Hide resolved
features/managing_invoices/seeing_payment_state_on_invoice.feature
Outdated
Show resolved
Hide resolved
ff94776
to
026817f
Compare
And for the billing address of "Mazikeen Lilim" in the "Pacific Coast Hwy", "90806" "Los Angeles", "United States" | ||
And the customer chose "UPS" shipping method with "Cash on Delivery" payment | ||
|
||
@ui |
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.
Do we want to make also an @api for this?
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.
For now, we don't have API implemented on this plugin
026817f
to
7c572b4
Compare
7700e72
to
b503fff
Compare
Thanks, Adam! 🥇 |