-added missing files to last commit
This commit is contained in:
parent
054e157af8
commit
15e8697ece
@ -1041,6 +1041,7 @@ handle_post_auditors (struct TEH_RequestContext *rc,
|
||||
root);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Handle incoming HTTP request.
|
||||
*
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -140,7 +140,6 @@ struct TALER_PolicyFulfillmentTransactionData
|
||||
};
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* @brief Extracts policy details from the deposit's policy options and the policy extensions
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user