Comparing version 1.4.1 to 1.4.2
@@ -66,3 +66,3 @@ 'use strict'; | ||
value: function sessionCreateCheckoutSession(params, callback) { | ||
var actionPath = '/session'; | ||
var actionPath = '/session/createCheckoutSession'; | ||
@@ -69,0 +69,0 @@ this.requestHelper.post(actionPath, params, function (err, response, body) { |
@@ -5,3 +5,3 @@ { | ||
"main": "dist/ebay.js", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "commit": "git-cz", |
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
8273