mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: Stripe connect using OAuth
This commit is contained in:
@@ -28,6 +28,13 @@ export const getPreferenceRoutes = () => [
|
||||
),
|
||||
exact: true,
|
||||
},
|
||||
{
|
||||
path: `${BASE_URL}/payment-methods/stripe/callback`,
|
||||
component: lazy(
|
||||
() => import('../containers/Preferences/PaymentMethods/PreferencesStripeCallback'),
|
||||
),
|
||||
exact: true,
|
||||
},
|
||||
{
|
||||
path: `${BASE_URL}/credit-notes`,
|
||||
component: lazy(() =>
|
||||
|
||||
Reference in New Issue
Block a user