Combine SaveReceipt and SaveItems into one method #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When receipts.service.SaveReceipt is called there are two method repos being used "SaveReceipt" and "SaveItems". We should either combine them to one as in repo.UpdateReceipt or reuse SaveItems in repo.UpdateReceipt.
changed type from issue to task