error code for merchant's /refund

This commit is contained in:
Marcello Stanisci 2017-06-14 11:41:23 +02:00
parent 5176b25085
commit 19633bedbb
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -1287,6 +1287,11 @@ enum TALER_ErrorCode
*/
TALER_EC_REFUND_INSTANCE_UNKNOWN = 2600,
/**
* The frontend gave an unknown order id to issue the refund to.
*/
TALER_EC_REFUND_ORDER_ID_UNKNOWN = 2601,
/* ********** /test API error codes ************* */
/**