cal/packages/app-store/stripepayment/api/index.ts
Hariom Balhara 4856ed9977
Signup Flow improvements (#4012)
* Get login working

* Update website

* Fixes

* Save

* svae

* Save

* Change translation key

* Various fixes after testing

* Update website

* Add TS Tests

* Upate website

* Fix tests

* Fix linting and other issues

* Fix linting and other issues

* Fix bugs found during recording of demos

* Revert default coookie change

* Self review fixe

* Link fixes

* Removed inline styles, cleanup

* Various fixes

* Added new envs to e2e

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
2022-09-07 18:38:37 -06:00

9 lines
377 B
TypeScript

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";