error code for merchant's /refund

This commit is contained in:
Marcello Stanisci 2017-06-14 18:44:38 +02:00
parent d7e7cf517a
commit 274ec6191f
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -1299,6 +1299,11 @@ enum TALER_ErrorCode
*/
TALER_EC_REFUND_INCONSISTENT_AMOUNT = 2602,
/**
* The hashed contract term doesn't have any refund associated yet.
*/
TALER_EC_REFUND_H_CONTRACT_TERMS_UNKNOWN = 2603,
/* ********** /test API error codes ************* */
/**