error code for merchant's /refund
This commit is contained in:
parent
0580168c0e
commit
5176b25085
@ -1282,6 +1282,11 @@ enum TALER_ErrorCode
|
|||||||
*/
|
*/
|
||||||
TALER_EC_PROPOSAL_LOOKUP_NOT_FOUND = 2503,
|
TALER_EC_PROPOSAL_LOOKUP_NOT_FOUND = 2503,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The client specified an unknown instance for any of the /refund operations
|
||||||
|
*/
|
||||||
|
TALER_EC_REFUND_INSTANCE_UNKNOWN = 2600,
|
||||||
|
|
||||||
/* ********** /test API error codes ************* */
|
/* ********** /test API error codes ************* */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user