summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r--src/include/taler_merchant_service.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index 39f39a3e..8cf8fbcc 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -719,6 +719,11 @@ struct TALER_MERCHANT_Account
const char *payto_uri;
/**
+ * Credit facade URL of the account.
+ */
+ const char *credit_facade_url;
+
+ /**
* Hash of @e payto_uri and @e salt.
*/
struct TALER_MerchantWireHashP h_wire;