Skip to content

Commit

Permalink
Merge pull request #209 from yuanners/yuan
Browse files Browse the repository at this point in the history
Add sequence diagram for payment in DG
  • Loading branch information
yuanners authored Mar 29, 2023
2 parents b417f9b + 0bcd749 commit f80ef3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,10 @@ The general workflow of this `/addorder` command is as follows:
6. If the input is invalid, the user will be shown an error message about the mistake made, and the correct format to
enter the command will be shown.
7. If the input is valid, a `Payment` object will be created with the current `Order` as an input.
![](./images/developersGuide/payment.png)
8. Once payment is made, the `Order` will be passed to the `Transactions` class, where this `Order` will be appended to
the list of `Transactions`.

<hr>

##### Add multiple menu items into an order
Expand Down
Binary file added docs/images/developersGuide/payment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f80ef3a

Please sign in to comment.