mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: inactive associated Stripe payment link on invoice deleting
This commit is contained in:
@@ -705,7 +705,8 @@ export default {
|
||||
|
||||
// Payment methods integrations
|
||||
paymentIntegrationLink: {
|
||||
onPaymentIntegrationLink: 'onPaymentIntegrationLink'
|
||||
onPaymentIntegrationLink: 'onPaymentIntegrationLink',
|
||||
onPaymentIntegrationDeleteLink: 'onPaymentIntegrationDeleteLink'
|
||||
},
|
||||
|
||||
// Stripe Payment Integration
|
||||
@@ -714,5 +715,6 @@ export default {
|
||||
onAccountDeleted: 'onStripeIntegrationAccountDeleted',
|
||||
|
||||
onPaymentLinkCreated: 'onStripePaymentLinkCreated',
|
||||
onPaymentLinkInactivated: 'onStripePaymentLinkInactivated'
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user