alipay-meteor-easy
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -1,4 +0,4 @@ | ||
var notify = require('./lib/alipay_notify.class').AlipayNotify; | ||
var submit = require('./lib/alipay_submit.class').AlipaySubmit; | ||
var alipay = [notify, submit]; | ||
var alipay = {}; | ||
alipay.notify = require('./lib/alipay_notify.class'); | ||
alipay.submit = require('./lib/alipay_submit.class'); | ||
module.exports = alipay; |
@@ -145,2 +145,2 @@ /** | ||
exports.AlipayNotify = AlipayNotify; | ||
module.exports = AlipayNotify; |
@@ -171,2 +171,2 @@ /** | ||
exports.AlipaySubmit = AlipaySubmit; | ||
module.exports = AlipaySubmit; |
@@ -5,3 +5,3 @@ { | ||
"author": "dengdonglin", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"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
93787