mkfashion-sdk 2.4.1 → 2.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/mkfashion-sdk-2.4.2.tgz +0 -0
- package/package.json +1 -1
- package/src/mkfashion.js +1 -1
|
Binary file
|
package/package.json
CHANGED
package/src/mkfashion.js
CHANGED
|
@@ -252,7 +252,7 @@ const mkfashion = {
|
|
|
252
252
|
this._log('Verificando disponibilidade', { projectId: resolved, identifier })
|
|
253
253
|
|
|
254
254
|
try {
|
|
255
|
-
const url = `${this.apiUrl}/availability/${resolved}
|
|
255
|
+
const url = `${this.apiUrl}/availability/${resolved}?sku=${encodeURIComponent(identifier)}`
|
|
256
256
|
const response = await fetch(url)
|
|
257
257
|
|
|
258
258
|
if (!response.ok) {
|