node-shopify
Advanced tools
Comparing version 5.6.0 to 5.6.1
@@ -284,3 +284,3 @@ "use strict"; | ||
const payload = { product: Object.assign({ id: productId }, updateProduct) }; | ||
const { data } = (await this.instance.post(url, payload)).unwrap(); | ||
const { data } = (await this.instance.put(url, payload)).unwrap(); | ||
if (!data) { | ||
@@ -287,0 +287,0 @@ return node_result_1.ResultFail(new Error('Response without data.')); |
{ | ||
"name": "node-shopify", | ||
"version": "5.6.0", | ||
"version": "5.6.1", | ||
"description": "module for creating Shopify API calls", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
36996