UNPKG

pay-sdk-react

Version:

A cross-platform payment SDK for React, supporting Alipay, WeChat Pay, PayPal, Stripe, Payssion, and Airwallex, compatible with H5, PC, and App environments.

10 lines 444 B
export { PaypalButton } from './Paypal'; export { default as Stripe } from './Stripe'; export { default as Airwallex } from './Airwallex'; export { PayssionButton } from './Payssion'; export { MWechatButton } from './MWeChat'; export { default as MAlipay } from './MAlipay'; export { default as Alipay } from './Alipay'; export { default as Wechat } from './Wechat'; export { default as PayButton } from './PayButton'; export * from './shared';