gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 02/03: -rename


From: gnunet
Subject: [taler-wallet-core] 02/03: -rename
Date: Mon, 20 Feb 2023 01:54:41 +0100

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

dold pushed a commit to branch master
in repository wallet-core.

commit dcbdddc32e2f3ffdebce69b03fcf678a27ef8a34
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Feb 20 01:49:43 2023 +0100

    -rename
---
 packages/taler-wallet-webextension/src/cta/InvoiceCreate/state.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/taler-wallet-webextension/src/cta/InvoiceCreate/state.ts 
b/packages/taler-wallet-webextension/src/cta/InvoiceCreate/state.ts
index 670a67599..73cb61b52 100644
--- a/packages/taler-wallet-webextension/src/cta/InvoiceCreate/state.ts
+++ b/packages/taler-wallet-webextension/src/cta/InvoiceCreate/state.ts
@@ -83,7 +83,7 @@ export function useComponentState({
 
     const hook = useAsyncAsHook(async () => {
       const resp = await api.wallet.call(
-        WalletApiOperation.PreparePeerPullPayment,
+        WalletApiOperation.CheckPeerPullCredit,
         {
           amount: amountStr,
           exchangeBaseUrl: exchange.exchangeBaseUrl,
@@ -143,7 +143,7 @@ export function useComponentState({
       if (!subject || !purse_expiration) return;
 
       const resp = await api.wallet.call(
-        WalletApiOperation.InitiatePeerPullPayment,
+        WalletApiOperation.InitiatePeerPullCredit,
         {
           exchangeBaseUrl: exchange.exchangeBaseUrl,
           partialContractTerms: {

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