aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_merchantdb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-23 11:06:01 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-23 11:06:01 +0200
commit10d311c8d40ed7e2b0ceff3c77740129ba90ff97 (patch)
treea5a26a71ea98593a395a9534c3ae4d85347990b7 /src/include/taler_merchantdb_plugin.h
parent5ee782667a2ceb3088a1da2076f6047dc5fb4eaf (diff)
parentad4b4872235bf081553ae618de5ae6ca5ad2e8cd (diff)
downloadmerchant-10d311c8d40ed7e2b0ceff3c77740129ba90ff97.tar.gz
merchant-10d311c8d40ed7e2b0ceff3c77740129ba90ff97.tar.bz2
merchant-10d311c8d40ed7e2b0ceff3c77740129ba90ff97.zip
Merge branch 'protocolV1' of git+ssh://git.taler.net/merchant into protocolV1
Diffstat (limited to 'src/include/taler_merchantdb_plugin.h')
-rw-r--r--src/include/taler_merchantdb_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h
index 1324b4d9..bb8249cd 100644
--- a/src/include/taler_merchantdb_plugin.h
+++ b/src/include/taler_merchantdb_plugin.h
@@ -51,7 +51,7 @@ struct TALER_MERCHANTDB_AccountDetails
/**
* Actual account address as a payto://-URI.
*/
- const char *payto_uri;
+ char *payto_uri;
/**
* Is the account set for active use in new contracts?