Skip to content

Commit

Permalink
Added new vendor exceptions and improved error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
iamshabell committed Dec 20, 2023
1 parent 7cc8196 commit 3ea9530
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .changeset/khaki-numbers-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"marupay": patch
---

- Added new vendor exceptions to handle specific error scenarios (commit: 51f1ec0)
- Added handling for the scenario when a vendor account is not found (commit: fc392ac)
- Introduced a ValidationError interface to handle validation errors in Purchase (commit: 0424299)
- Added a VendorInsufficientBalance exception and handled it in edahab and w (commit: 326915f)
- Refactored error handling in edahab.ts for better readability and maintainability (commit: ba8483d)
- Added unit tests for the new vendor exceptions to ensure they work as expected (commit: <commit_id>)

0 comments on commit 3ea9530

Please sign in to comment.