diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-04-24 20:03:15 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-04-24 20:03:15 +0200 |
commit | ffcf44889d13d9a327cd47a2b1d44691cca21b9e (patch) | |
tree | 83f8622d70b53c90107ffa2102d72bb10333f4ae /src/include | |
parent | 941180fa33b3abc5cc2a826e99e1aaeb1d9034f7 (diff) |
fix GET instance test failures
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_merchant_service.h | 5 |
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; |