diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-11-03 16:25:35 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-11-05 10:38:39 +0100 |
commit | a0d3621fbcb8861086b3e8cb9b88e588ac27c4d3 (patch) | |
tree | 4b18679f10774e46b5bd8e949497e122629da6fa /src/include/taler_merchant_bank_lib.h | |
parent | 1c1650a665fab9fc133a7fe1c4c443ff7416e70c (diff) |
work on merchant
Diffstat (limited to 'src/include/taler_merchant_bank_lib.h')
-rw-r--r-- | src/include/taler_merchant_bank_lib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_merchant_bank_lib.h b/src/include/taler_merchant_bank_lib.h index 2971690a..54ef7e65 100644 --- a/src/include/taler_merchant_bank_lib.h +++ b/src/include/taler_merchant_bank_lib.h @@ -138,13 +138,13 @@ struct TALER_MERCHANT_BANK_CreditDetails * payto://-URL of the source account that * send the funds. */ - const char *debit_account_uri; + struct TALER_FullPayto debit_account_uri; /** * payto://-URL of the target account that * received the funds. */ - const char *credit_account_uri; + struct TALER_FullPayto credit_account_uri; }; |