first commit
This commit is contained in:
8
calcom/packages/app-store/stripepayment/api/index.ts
Normal file
8
calcom/packages/app-store/stripepayment/api/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export { default as add } from "./add";
|
||||
export { default as callback } from "./callback";
|
||||
export { default as portal } from "./portal";
|
||||
export { default as subscription } from "./subscription";
|
||||
export { default as paymentCallback } from "./paymentCallback";
|
||||
|
||||
// TODO: Figure out how to handle webhook endpoints from App Store
|
||||
// export { default as webhook } from "./webhook";
|
||||
Reference in New Issue
Block a user