-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);
|
root);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handle incoming HTTP request.
|
* Handle incoming HTTP request.
|
||||||
*
|
*
|
||||||
|
@ -272,8 +272,10 @@ batch_deposit_transaction (void *cls,
|
|||||||
qs = TEH_plugin->persist_policy_details (TEH_plugin->cls,
|
qs = TEH_plugin->persist_policy_details (TEH_plugin->cls,
|
||||||
&dc->policy_details,
|
&dc->policy_details,
|
||||||
&dc->policy_details_serial_id,
|
&dc->policy_details_serial_id,
|
||||||
&dc->policy_details.accumulated_total,
|
&dc->policy_details.
|
||||||
&dc->policy_details.fulfillment_state);
|
accumulated_total,
|
||||||
|
&dc->policy_details.
|
||||||
|
fulfillment_state);
|
||||||
if (qs < 0)
|
if (qs < 0)
|
||||||
return qs;
|
return qs;
|
||||||
}
|
}
|
||||||
|
@ -140,7 +140,6 @@ struct TALER_PolicyFulfillmentTransactionData
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @brief Extracts policy details from the deposit's policy options and the policy extensions
|
* @brief Extracts policy details from the deposit's policy options and the policy extensions
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user