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 • 413 B
JavaScript
import Airwallex from './airwallex';
import AirwallexPopup from './airwallex-popup';
import AirwallexButton from './airwallex-button';
import AirwallexModal from './airwallex-modal';
export * from './interface';
var AirwallexComponent = Airwallex;
AirwallexComponent.Button = AirwallexButton;
AirwallexComponent.Popup = AirwallexPopup;
AirwallexComponent.Modal = AirwallexModal;
export default AirwallexComponent;