Skip to content

Commit 09a30bb

Browse files
author
Auto Mation
committed
TASK: Updating import SDK
1 parent 4f74c31 commit 09a30bb

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hash=dddadc9992771153472fc15496934bc05cac27a4
1+
hash=6d234bcf15bcf3d1202374c6e2733cbdb7bdcac6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hash=dddadc9992771153472fc15496934bc05cac27a4
1+
hash=6d234bcf15bcf3d1202374c6e2733cbdb7bdcac6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hash=dddadc9992771153472fc15496934bc05cac27a4
1+
hash=6d234bcf15bcf3d1202374c6e2733cbdb7bdcac6

lib/commercetools-import/src/Models/Productvariants/ProductVariantImport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function getIsMasterVariant();
4343
* <p>Maps to <code>ProductVariant.attributes</code>.</p>
4444
* <p>Each attribute referenced must be defined
4545
* in an already existing product type in the commercetools project, or the import
46-
* operation state is set to <code>ValidationFailed</code>.</p>
46+
* operation state is set to <code>Unresolved</code>.</p>
4747
*
4848
* @return null|AttributeCollection
4949
*/

lib/commercetools-import/src/Models/Productvariants/ProductVariantImportBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function getIsMasterVariant()
9898
* <p>Maps to <code>ProductVariant.attributes</code>.</p>
9999
* <p>Each attribute referenced must be defined
100100
* in an already existing product type in the commercetools project, or the import
101-
* operation state is set to <code>ValidationFailed</code>.</p>
101+
* operation state is set to <code>Unresolved</code>.</p>
102102
*
103103
* @return null|AttributeCollection
104104
*/

lib/commercetools-import/src/Models/Productvariants/ProductVariantImportModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function getIsMasterVariant()
148148
* <p>Maps to <code>ProductVariant.attributes</code>.</p>
149149
* <p>Each attribute referenced must be defined
150150
* in an already existing product type in the commercetools project, or the import
151-
* operation state is set to <code>ValidationFailed</code>.</p>
151+
* operation state is set to <code>Unresolved</code>.</p>
152152
*
153153
* @return null|AttributeCollection
154154
*/

lib/commercetools-import/src/Models/Productvariants/ProductVariantPatch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function getProductVariant();
3131
* <p>Maps to <code>ProductVariant.attributes</code>.</p>
3232
* <p>Each attribute referenced must be defined
3333
* in an already existing product type in the commercetools project, or the import
34-
* operation state is set to <code>Unresolved</code>.</p>
34+
* operation state is set to <code>ValidationFailed</code>.</p>
3535
*
3636
* @return null|Attributes
3737
*/

lib/commercetools-import/src/Models/Productvariants/ProductVariantPatchBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function getProductVariant()
4949
* <p>Maps to <code>ProductVariant.attributes</code>.</p>
5050
* <p>Each attribute referenced must be defined
5151
* in an already existing product type in the commercetools project, or the import
52-
* operation state is set to <code>Unresolved</code>.</p>
52+
* operation state is set to <code>ValidationFailed</code>.</p>
5353
*
5454
* @return null|Attributes
5555
*/

lib/commercetools-import/src/Models/Productvariants/ProductVariantPatchModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function getProductVariant()
7070
* <p>Maps to <code>ProductVariant.attributes</code>.</p>
7171
* <p>Each attribute referenced must be defined
7272
* in an already existing product type in the commercetools project, or the import
73-
* operation state is set to <code>Unresolved</code>.</p>
73+
* operation state is set to <code>ValidationFailed</code>.</p>
7474
*
7575
* @return null|Attributes
7676
*/

0 commit comments

Comments
 (0)