refactor: Change balance type to bigdecimal for better precision

This commit is contained in:
Phan Huy Tran 2025-02-26 11:03:12 +01:00
parent 9c5e05f29d
commit aef0f09d09
5 changed files with 23 additions and 7 deletions

View file

@ -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
}