Skip to content

Commit 0eee34b

Browse files
committed
build(codegen): updating SDK
1 parent 60d5734 commit 0eee34b

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

lib/commercetools-history/src/Models/ChangeHistory/ModifiedBy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ interface ModifiedBy extends JsonObject
2424
public const FIELD_ASSOCIATE = 'associate';
2525

2626
/**
27-
* <p><code>true</code> if the change was made using the Merchant Center or <a href="https://impex.europe-west1.gcp.commercetools.com/">ImpEx</a>.</p>
27+
* <p><code>true</code> if the change was made using the Merchant Center.</p>
2828
*
2929
3030
* @return null|bool

lib/commercetools-history/src/Models/ChangeHistory/ModifiedByBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ final class ModifiedByBuilder implements Builder
6565
private $associate;
6666

6767
/**
68-
* <p><code>true</code> if the change was made using the Merchant Center or <a href="https://impex.europe-west1.gcp.commercetools.com/">ImpEx</a>.</p>
68+
* <p><code>true</code> if the change was made using the Merchant Center.</p>
6969
*
7070
7171
* @return null|bool

lib/commercetools-history/src/Models/ChangeHistory/ModifiedByModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function __construct(
8989
}
9090

9191
/**
92-
* <p><code>true</code> if the change was made using the Merchant Center or <a href="https://impex.europe-west1.gcp.commercetools.com/">ImpEx</a>.</p>
92+
* <p><code>true</code> if the change was made using the Merchant Center.</p>
9393
*
9494
*
9595
* @return null|bool

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,3 +343,4 @@ df53588d26d7953dfdf44166866ca03045f0a70b
343343
e5666d7956fd6de53e41f965b052896d2a2ddd9b
344344
98343f9a365a2f9d4db86190003d00b8682c71d9
345345
e8f731a742ca2997342b1b5f98121d86c8189a3b
346+
473d2c6f1a9e9da0d2a42408ccf11f27a838f8b5

0 commit comments

Comments
 (0)