refactor: Change balance type to bigdecimal for better precision
This commit is contained in:
parent
9c5e05f29d
commit
aef0f09d09
5 changed files with 23 additions and 7 deletions
|
@ -16,3 +16,12 @@ Authorization: Bearer {{token}}
|
|||
"username": "john.doe"
|
||||
}
|
||||
|
||||
### Deposit
|
||||
POST http://localhost:8080/deposit/checkout
|
||||
Content-Type: application/json
|
||||
Origin: http://localhost:8080
|
||||
Authorization: Bearer {{token}}
|
||||
|
||||
{
|
||||
"amount": 60.12
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue