From 422b0ffd4cefb4717bbc9fbb7be442aff3a13c76 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 16 Nov 2021 19:31:27 +0100 Subject: fix oauth_username issue --- src/include/taler_exchangedb_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/taler_exchangedb_plugin.h') diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index bf8a099f..7b3c3baf 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 -- cgit v1.2.3