UNPKG
wechat-pay
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
wechat payment api for document v3.3.5
github.com/supersheep/wechat-pay
supersheep/wechat-pay
wechat-pay
/
index.js
3 lines
(2 loc)
•
102 B
JavaScript
View Raw
1
2
3
exports.Payment
= require(
'./lib/payment'
).Payment
;
exports.middleware
= require(
'./lib/middleware'
)
;