UNPKG

cn-pay

Version:

a alipay wechat pay lib

13 lines (10 loc) 228 B
'use strict'; const WebGateway = require('./web.gateway'); module.exports = class extends WebGateway { getMethod() { return 'alipay.trade.wap.pay'; } getProductCode() { return 'QUICK_WAP_WAY'; } };