feat: select payment methods dialog

This commit is contained in:
Ahmed Bouhuolia
2024-09-18 10:43:21 +02:00
parent eb48f66f6e
commit 5270e99de8
9 changed files with 264 additions and 7 deletions

View File

@@ -77,5 +77,6 @@ export enum DialogsName {
Export = 'Export',
BankRuleForm = 'BankRuleForm',
DisconnectBankAccountConfirmation = 'DisconnectBankAccountConfirmation',
SharePaymentLink = 'SharePaymentLink'
SharePaymentLink = 'SharePaymentLink',
SelectPaymentMethod = 'SelectPaymentMethodsDialog',
}