Files
gitlab-instance-0a899031_di…/app/lib/payment/index.ts
2026-03-08 06:43:48 -05:00

5 lines
268 B
TypeScript

export { redirectToPay, getDeviceFromEnv } from "./client";
export { getPayEnv, getRecommendedChannel, mustUseWxPay } from "../payEnv";
export type { PayChannel, PayEnv, CreatePayParams, PayRedirectParams } from "./types";
export { getPaymentConfig } from "./config";