diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-06-09 23:09:45 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-06-09 23:09:45 +0200 |
commit | aa768cb434a57ecc283b30ff3894b63313841af1 (patch) | |
tree | acedfd4d10ce26518572227be95039e5d1635ea0 /gnu-taler-error-codes | |
parent | 3a5998970058941b24c8bea209982ddfedf21b4b (diff) |
one more
Diffstat (limited to 'gnu-taler-error-codes')
-rw-r--r-- | gnu-taler-error-codes/registry.rec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/registry.rec b/gnu-taler-error-codes/registry.rec index 36d1ee4..b5d0c80 100644 --- a/gnu-taler-error-codes/registry.rec +++ b/gnu-taler-error-codes/registry.rec @@ -1856,6 +1856,11 @@ Description: Signature "session_sig" failed to verify. HttpStatus: 400 Value: 2919 +Name: GET_ORDER_WRONG_CONTRACT +Description: The order we found does not match the provided contract hash. +HttpStatus: 403 + +Value: 2920 Name: CHECK_PAYMENT_RESPONSE_MALFORMED Description: The response we received from the merchant is malformed. This error is generated client-side. HttpStatus: 0 |