-fix response code being reported incorrectly
This commit is contained in:
parent
4513cde0df
commit
d5c088b17c
@ -155,7 +155,7 @@ handle_credit_history_finished (void *cls,
|
||||
{
|
||||
struct TALER_BANK_CreditHistoryHandle *hh = cls;
|
||||
struct TALER_BANK_CreditHistoryResponse chr = {
|
||||
.http_status = MHD_HTTP_OK,
|
||||
.http_status = response_code,
|
||||
.response = response
|
||||
};
|
||||
|
||||
|
@ -157,7 +157,7 @@ handle_debit_history_finished (void *cls,
|
||||
{
|
||||
struct TALER_BANK_DebitHistoryHandle *hh = cls;
|
||||
struct TALER_BANK_DebitHistoryResponse dhr = {
|
||||
.http_status = MHD_HTTP_OK,
|
||||
.http_status = response_code,
|
||||
.response = response
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user