gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-android] branch master updated: [cashier] fix incomplete AP


From: gnunet
Subject: [taler-taler-android] branch master updated: [cashier] fix incomplete API change from 4572a3d5f
Date: Thu, 03 Sep 2020 19:44:46 +0200

This is an automated email from the git hooks/post-receive script.

torsten-grote pushed a commit to branch master
in repository taler-android.

The following commit(s) were added to refs/heads/master by this push:
     new eb20473  [cashier] fix incomplete API change from 4572a3d5f
eb20473 is described below

commit eb204737cc5ea66b351dbd8652ca766cdb4671e2
Author: Torsten Grote <t@grobox.de>
AuthorDate: Thu Sep 3 14:44:11 2020 -0300

    [cashier] fix incomplete API change from 4572a3d5f
---
 cashier/src/main/java/net/taler/cashier/config/ConfigManager.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cashier/src/main/java/net/taler/cashier/config/ConfigManager.kt 
b/cashier/src/main/java/net/taler/cashier/config/ConfigManager.kt
index f83c7ba..fa4e1d5 100644
--- a/cashier/src/main/java/net/taler/cashier/config/ConfigManager.kt
+++ b/cashier/src/main/java/net/taler/cashier/config/ConfigManager.kt
@@ -124,7 +124,7 @@ class ConfigManager(
             // we need to check an endpoint that requires authentication as 
well
             // to see if the credentials are valid
             val balanceResponse = response {
-                val authUrl = 
"${config.bankUrl}/accounts/${config.username}/balance"
+                val authUrl = "${config.bankUrl}/accounts/${config.username}"
                 Log.d(TAG, "Checking auth: $authUrl")
                 httpClient.get<Unit>(authUrl) {
                     header(Authorization, config.basicAuth)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]