merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 7d2f39e7660e7e9363da0b07e6f7e8bb9f47cb5e
parent 15f7b65cf3b04e1aa0c103098a90d5cff1524aa7
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  7 Feb 2022 12:33:26 +0100

-rename

Diffstat:
Msrc/backend/taler-merchant-httpd.h | 2+-
Msrc/include/taler_merchant_service.h | 2+-
Msrc/include/taler_merchantdb_plugin.h | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/backend/taler-merchant-httpd.h b/src/backend/taler-merchant-httpd.h @@ -63,7 +63,7 @@ struct TMH_WireMethod /** * Salt to use when computing @e h_wire from @e payto_uri. */ - struct TALER_WireSalt wire_salt; + struct TALER_WireSaltP wire_salt; /** * Hash of our wire format details as given in #j_wire. diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h @@ -679,7 +679,7 @@ struct TALER_MERCHANT_Account /** * salt used to compute h_wire */ - struct TALER_WireSalt salt; + struct TALER_WireSaltP salt; /** * payto:// URI of the account. diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h @@ -90,7 +90,7 @@ struct TALER_MERCHANTDB_AccountDetails /** * Salt value used for hashing @e payto_uri. */ - struct TALER_WireSalt salt; + struct TALER_WireSaltP salt; /** * Actual account address as a payto://-URI.