Skip to content
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

Transaction Change Request #1

Open
arman-bd opened this issue May 24, 2021 · 2 comments
Open

Transaction Change Request #1

arman-bd opened this issue May 24, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@arman-bd
Copy link

Transaction Table Modification

  • Don't use the phone numbers in source and destination.
  • Use user ID
  • Make source and destination big int
  • Remove card_id and mobile from the Transaction table.
  • Add field named additional
@arman-bd arman-bd added the enhancement New feature or request label May 24, 2021
@arman-bd
Copy link
Author

POST /transaction/

Transaction request destination should be INT which is the destination user_id.

{
    "destination": 4,
    "amount": 100.50
}

@arman-bd
Copy link
Author

Successful Transaction should return [ Transaction ] object

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants