mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: wip send invoice mail payment template
This commit is contained in:
@@ -29,7 +29,13 @@ export const useStripeIntegrationEditBoot = () => {
|
||||
return context;
|
||||
};
|
||||
|
||||
export const StripeIntegrationEditBoot: React.FC = ({ children }) => {
|
||||
interface StripeIntegrationEditBootProps {
|
||||
children: React.ReactNode;
|
||||
}
|
||||
|
||||
export const StripeIntegrationEditBoot: React.FC<
|
||||
StripeIntegrationEditBootProps
|
||||
> = ({ children }) => {
|
||||
const {
|
||||
payload: { stripePaymentMethodId },
|
||||
} = useDrawerContext();
|
||||
|
||||
Reference in New Issue
Block a user