mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: Edit stripe payment integation drawer
This commit is contained in:
@@ -79,4 +79,6 @@ export enum DialogsName {
|
||||
DisconnectBankAccountConfirmation = 'DisconnectBankAccountConfirmation',
|
||||
SharePaymentLink = 'SharePaymentLink',
|
||||
SelectPaymentMethod = 'SelectPaymentMethodsDialog',
|
||||
|
||||
StripeSetup = 'StripeSetup'
|
||||
}
|
||||
|
||||
@@ -32,5 +32,6 @@ export enum DRAWERS {
|
||||
CREDIT_NOTE_CUSTOMIZE = 'CREDIT_NOTE_CUSTOMIZE',
|
||||
PAYMENT_RECEIVED_CUSTOMIZE = 'PAYMENT_RECEIVED_CUSTOMIZE',
|
||||
BRANDING_TEMPLATES = 'BRANDING_TEMPLATES',
|
||||
PAYMENT_INVOICE_PREVIEW = 'PAYMENT_INVOICE_PREVIEW'
|
||||
PAYMENT_INVOICE_PREVIEW = 'PAYMENT_INVOICE_PREVIEW',
|
||||
STRIPE_PAYMENT_INTEGRATION_EDIT = 'STRIPE_PAYMENT_INTEGRATION_EDIT'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user