error code for merchant's /refund

This commit is contained in:
Marcello Stanisci 2017-06-14 15:13:13 +02:00
parent 19633bedbb
commit d7e7cf517a
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -1292,6 +1292,13 @@ enum TALER_ErrorCode
*/
TALER_EC_REFUND_ORDER_ID_UNKNOWN = 2601,
/**
* The amount to be refunded is inconsistent: either is lower than
* the previous amount being awarded, or it is too big to be paid back.
* In this second case, the fault stays on the business dept. side.
*/
TALER_EC_REFUND_INCONSISTENT_AMOUNT = 2602,
/* ********** /test API error codes ************* */
/**