mkfashion-sdk 2.3.9 → 2.4.0
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/index.html +1 -1
- package/mkfashion-sdk-2.4.0.tgz +0 -0
- package/package.json +1 -1
- package/src/mkfashion.js +1 -1
- package/mkfashion-sdk-2.3.9.tgz +0 -0
package/index.html
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/src/mkfashion.js
CHANGED
|
@@ -67,7 +67,7 @@ const mkfashion = {
|
|
|
67
67
|
|
|
68
68
|
const raw = options.projectId || options.projectid || options.store
|
|
69
69
|
const projectId = this._resolveProjectId(raw)
|
|
70
|
-
const identifier = options.identifier || options.sku
|
|
70
|
+
const identifier = (options.identifier || options.sku || '').trim()
|
|
71
71
|
|
|
72
72
|
if (!projectId) {
|
|
73
73
|
console.error('[mKFashion] projectId e obrigatorio')
|
package/mkfashion-sdk-2.3.9.tgz
DELETED
|
Binary file
|