-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We need to following crud apis for transactions:
- create
- update
- delete
We need to to follow our current setup, creating validations like src/v1/user.validation.ts and methods in src/v1/user.ts. We need to create apis in:
- src/v1/wallet.validation.ts
- src/v1/wallet.ts
and finally need to setup routes in src/v1/routes.ts.
Verification: Checks
- On create, delete and update, we need to update the wallet balance.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request