diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2022-10-14 19:00:57 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2022-10-14 19:00:57 +0200 |
commit | 15e8697ece7d1b32e4f1d8377dfb6afc38898a21 (patch) | |
tree | cb094d8dd5d9f7602652f5cf5c06db834ad37a42 /src/exchange/taler-exchange-httpd_batch-deposit.c | |
parent | 054e157af8c768062dd0a8e66614da18407fca28 (diff) |
-added missing files to last commit
Diffstat (limited to 'src/exchange/taler-exchange-httpd_batch-deposit.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_batch-deposit.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_batch-deposit.c b/src/exchange/taler-exchange-httpd_batch-deposit.c index 14267e2a..6393ff97 100644 --- a/src/exchange/taler-exchange-httpd_batch-deposit.c +++ b/src/exchange/taler-exchange-httpd_batch-deposit.c @@ -272,8 +272,10 @@ batch_deposit_transaction (void *cls, qs = TEH_plugin->persist_policy_details (TEH_plugin->cls, &dc->policy_details, &dc->policy_details_serial_id, - &dc->policy_details.accumulated_total, - &dc->policy_details.fulfillment_state); + &dc->policy_details. + accumulated_total, + &dc->policy_details. + fulfillment_state); if (qs < 0) return qs; } |