summaryrefslogtreecommitdiff
path: root/src/include/taler_merchantdb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-23 12:18:47 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-23 12:18:47 +0200
commit0c4ff0eb09285481b9e78a3bdc3c1c9db8d5f239 (patch)
tree75b20cd0002a1ebd36662d0d25f34276a0f1739e /src/include/taler_merchantdb_plugin.h
parent10d311c8d40ed7e2b0ceff3c77740129ba90ff97 (diff)
downloadmerchant-0c4ff0eb09285481b9e78a3bdc3c1c9db8d5f239.tar.gz
merchant-0c4ff0eb09285481b9e78a3bdc3c1c9db8d5f239.tar.bz2
merchant-0c4ff0eb09285481b9e78a3bdc3c1c9db8d5f239.zip
wip on DB plugin for tip pickup
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 bb8249cd..1324b4d9 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.
*/
- char *payto_uri;
+ const char *payto_uri;
/**
* Is the account set for active use in new contracts?