Skip to content

Commit c19ae48

Browse files
Merge pull request #443 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents a1d9e04 + 858e94c commit c19ae48

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

lib/commercetools-import/src/Models/Customers/CustomerImport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function getCustomerNumber();
6767
public function getEmail();
6868

6969
/**
70-
* <p>Maps to <code>Customer.password</code>. Required when <code>authenticationMode</code> is set to <code>Password</code>.</p>
70+
* <p>Maps to <code>Customer.password</code>. Required when <code>authenticationMode</code> is set to <code>Password</code>. This field is only used when creating new Customers, and is ignored when updating Customers. However, due to the Import API's <a href="/../import-export/overview#how-are-resources-created-or-updated">upsert behavior</a>, a non-empty value must still be provided when updating Customers.</p>
7171
*
7272
7373
* @return null|string

lib/commercetools-import/src/Models/Customers/CustomerImportBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public function getEmail()
206206
}
207207

208208
/**
209-
* <p>Maps to <code>Customer.password</code>. Required when <code>authenticationMode</code> is set to <code>Password</code>.</p>
209+
* <p>Maps to <code>Customer.password</code>. Required when <code>authenticationMode</code> is set to <code>Password</code>. This field is only used when creating new Customers, and is ignored when updating Customers. However, due to the Import API's <a href="/../import-export/overview#how-are-resources-created-or-updated">upsert behavior</a>, a non-empty value must still be provided when updating Customers.</p>
210210
*
211211
212212
* @return null|string

lib/commercetools-import/src/Models/Customers/CustomerImportModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ public function getEmail()
288288
}
289289

290290
/**
291-
* <p>Maps to <code>Customer.password</code>. Required when <code>authenticationMode</code> is set to <code>Password</code>.</p>
291+
* <p>Maps to <code>Customer.password</code>. Required when <code>authenticationMode</code> is set to <code>Password</code>. This field is only used when creating new Customers, and is ignored when updating Customers. However, due to the Import API's <a href="/../import-export/overview#how-are-resources-created-or-updated">upsert behavior</a>, a non-empty value must still be provided when updating Customers.</p>
292292
*
293293
*
294294
* @return null|string

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,3 +481,4 @@ a80637ece283fffff6a7d554d5645743a15f8c5d
481481
ae6bd28bc66a9ad876c323a54026e34e4f26c475
482482
bc6c0e3b0dc6aa11abc8f6d098c3e206a2ae1031
483483
ebe8dbf7a0e9728994b4b2430d0eb4a6bfbd90e6
484+
ae7849e0f3326685f81d35bd47f2a23af9aa0249

0 commit comments

Comments
 (0)