From 5635b84760dde9237df76653fc77f17e6df83efc Mon Sep 17 00:00:00 2001 From: Mykhailo Kravchenko Date: Fri, 27 Sep 2024 15:24:43 +0200 Subject: [PATCH] tweak comment --- src/libs/actions/PaymentMethods.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/actions/PaymentMethods.ts b/src/libs/actions/PaymentMethods.ts index 1863c5d587f3..59f1a6b06aed 100644 --- a/src/libs/actions/PaymentMethods.ts +++ b/src/libs/actions/PaymentMethods.ts @@ -533,7 +533,7 @@ function setPaymentCardForm(values: AccountData) { } /** - * Sets the default bank account or debit card for the Invoices + * Sets the default bank account to use for receiving payouts from * */ function setInvoicingTransferBankAccount(bankAccountID: number, policyID: string, previousBankAccountID: number) {