diff options
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; } |