gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant-backoffice] branch master updated: fix requested endpoin


From: gnunet
Subject: [taler-merchant-backoffice] branch master updated: fix requested endpoint
Date: Mon, 31 Jan 2022 13:28:48 +0100

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

ms pushed a commit to branch master
in repository merchant-backoffice.

The following commit(s) were added to refs/heads/master by this push:
     new b8fafaf  fix requested endpoint
b8fafaf is described below

commit b8fafafaa557d5187766202b217f207d2cbef47d
Author: ms <ms@taler.net>
AuthorDate: Mon Jan 31 13:28:40 2022 +0100

    fix requested endpoint
---
 packages/bank/src/pages/home/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/bank/src/pages/home/index.tsx 
b/packages/bank/src/pages/home/index.tsx
index 528ed02..0b8f09a 100644
--- a/packages/bank/src/pages/home/index.tsx
+++ b/packages/bank/src/pages/home/index.tsx
@@ -402,7 +402,7 @@ async function createTransactionCall(
 ) {
   try {
     var res = await postToBackend(
-      `access-api/accounts/${getUsername(backendState)}/withdrawals`,
+      `access-api/accounts/${getUsername(backendState)}/transactions`,
       backendState,
       JSON.stringify(req)
     )   

-- 
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]