From 18e3e611e9a9e543f4a687775a4eaf96662052b0 Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 3 Jun 2024 10:53:16 +0200 Subject: [PATCH] refactor: refs #6739 changed invoice functions' name --- src/components/TransferInvoiceForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/TransferInvoiceForm.vue b/src/components/TransferInvoiceForm.vue index f69bf6b83..d60eb7a14 100644 --- a/src/components/TransferInvoiceForm.vue +++ b/src/components/TransferInvoiceForm.vue @@ -37,7 +37,7 @@ const selectedClient = (client) => { transferInvoiceParams.selectedClientData = client; }; -const transferInvoice = async () => { +const makeInvoice = async () => { const hasToInvoiceByAddress = transferInvoiceParams.selectedClientData.hasToInvoiceByAddress; @@ -116,7 +116,7 @@ const transferInvoice = async () => { auto-load />