aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-16 19:31:27 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-16 19:31:27 +0100
commit422b0ffd4cefb4717bbc9fbb7be442aff3a13c76 (patch)
treefda0758d099867ecf0b6da7b809071b2ed9d8400 /src/include
parentadd9edbf5cfa419a7f999cf8a54109b35cea18e6 (diff)
downloadexchange-422b0ffd4cefb4717bbc9fbb7be442aff3a13c76.tar.gz
exchange-422b0ffd4cefb4717bbc9fbb7be442aff3a13c76.tar.bz2
exchange-422b0ffd4cefb4717bbc9fbb7be442aff3a13c76.zip
fix oauth_username issue
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchangedb_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index bf8a099f7..7b3c3baf2 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -218,7 +218,7 @@ struct TALER_EXCHANGEDB_TableData
{
char *payto_uri;
bool kyc_ok;
- char *oauth_username;
+ char *external_id;
} wire_targets;
struct