alipay-meteor-easy
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -1,2 +0,4 @@ | ||
module.AlipaySubmit = require('./lib/alipay_submit.class'); | ||
module.AlipayNotify = require('./lib/alipay_notify.class'); | ||
var alipay = {}; | ||
alipay.notify = require('./lib/alipay_notify.class').AlipayNotify; | ||
alipay.submit = require('./lib/alipay_submit.class').AlipaySubmit; | ||
module.exports = alipay; |
@@ -5,3 +5,3 @@ { | ||
"author": "dengdonglin", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93814
1110