Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Only the unauthenticated GET endpoint for withdrawal operations is used
and specified.
Aborting and confirmation requires authentication and is part of the
/accounts/*/withdrawals/* corebank API.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The response to GET /withdrawal-operation/$WITHDRAWAL_ID also must
include the status field.
|
|
We now return the status field in POST /withdrawal-operation/$WITHDRAWAL_ID
|
|
|
|
|
|
|
|
|
|
parsing function is done and we have the lock
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
moved top-level
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|