* Build HitPay app * Deleted a lint comment * Add redirect for iframe * Fix type check error * Fixed issue of payment pending * Update hitpay package.json * fix: fix lint issue in KeyInput and update zod * fix: fix issue of parsing string to number * fix: add default hitpay API links * fix: resolve atoms build error --------- Co-authored-by: kutsaniuk <kutsaniuk@gmail.com>
4 lines
138 B
TypeScript
4 lines
138 B
TypeScript
export { default as add } from "./add";
|
|
export { default as callback } from "./callback";
|
|
export { default as webhook } from "./webhook";
|