exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 093dcc1c7372701a7bff3d07e6a52291cc6fd146
parent 6df3227c241e360b84accabff03a8d316ad2af21
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 23 Jul 2018 14:35:14 +0200

Add "cancel" method to the last commit.

Diffstat:
Msrc/include/taler_wire_plugin.h | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/include/taler_wire_plugin.h b/src/include/taler_wire_plugin.h @@ -395,6 +395,16 @@ struct TALER_WIRE_Plugin (*merchant_register)(void *cls, const char *body, TALER_WIRE_MerchantRegisterCallback mrcb); + + /** + * Cancel pending operation of merchant registering. + * + * @param cls closure + * @param mrh handle to the pending operation to be cancelled. + */ + void + (*merchant_register_cancel)(void *cls, + struct TALER_WIRE_MerchantRegisterHandle *mrh); };