huawei-nodejs
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -55,3 +55,3 @@ var util = require('./util'); | ||
Payment.mix('sign', function (param) { | ||
var sign = util.sign(param, this.options.app_private_key, 'utf-8', 'RSA2'); | ||
var sign = util.sign(param, this.options.app_private_key, 'utf-8', 'RSA'); | ||
@@ -58,0 +58,0 @@ return sign; |
{ | ||
"name": "huawei-nodejs", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "huawei pay", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
7209