UNPKG

294 BJavaScriptView Raw
1import { temporarilyNotSupport } from '../../utils/index.js';
2
3// 支付
4const requestPayment = temporarilyNotSupport('requestPayment');
5const requestOrderPayment = temporarilyNotSupport('requestOrderPayment');
6
7export { requestOrderPayment, requestPayment };
8//# sourceMappingURL=index.js.map