Skip to content

Commit 64647c0

Browse files
committed
build(codegen): updating SDK
1 parent 914620f commit 64647c0

7 files changed

Lines changed: 13 additions & 6 deletions

File tree

lib/commercetools-api/src/Models/TaxCategory/TaxRate.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ public function getIncludedInPrice();
7373
public function getCountry();
7474

7575
/**
76-
* <p>State within the country, such as Texas in the United States.</p>
76+
* <p>State within the country, such as Texas in the United States.
77+
* The value is case-sensitive and must use the same casing as the <code>state</code> value in the Cart <code>shippingAddress</code>.</p>
7778
*
7879
7980
* @return null|string

lib/commercetools-api/src/Models/TaxCategory/TaxRateBuilder.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ public function getCountry()
137137
}
138138

139139
/**
140-
* <p>State within the country, such as Texas in the United States.</p>
140+
* <p>State within the country, such as Texas in the United States.
141+
* The value is case-sensitive and must use the same casing as the <code>state</code> value in the Cart <code>shippingAddress</code>.</p>
141142
*
142143
143144
* @return null|string

lib/commercetools-api/src/Models/TaxCategory/TaxRateDraft.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ public function getIncludedInPrice();
5656
public function getCountry();
5757

5858
/**
59-
* <p>State within the country, such as Texas in the United States.</p>
59+
* <p>State within the country, such as Texas in the United States.
60+
* The value is case-sensitive and must use the same casing as the <code>state</code> value in the Cart <code>shippingAddress</code>.</p>
6061
*
6162
6263
* @return null|string

lib/commercetools-api/src/Models/TaxCategory/TaxRateDraftBuilder.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ public function getCountry()
109109
}
110110

111111
/**
112-
* <p>State within the country, such as Texas in the United States.</p>
112+
* <p>State within the country, such as Texas in the United States.
113+
* The value is case-sensitive and must use the same casing as the <code>state</code> value in the Cart <code>shippingAddress</code>.</p>
113114
*
114115
115116
* @return null|string

lib/commercetools-api/src/Models/TaxCategory/TaxRateDraftModel.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ public function getCountry()
166166
}
167167

168168
/**
169-
* <p>State within the country, such as Texas in the United States.</p>
169+
* <p>State within the country, such as Texas in the United States.
170+
* The value is case-sensitive and must use the same casing as the <code>state</code> value in the Cart <code>shippingAddress</code>.</p>
170171
*
171172
*
172173
* @return null|string

lib/commercetools-api/src/Models/TaxCategory/TaxRateModel.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ public function getCountry()
214214
}
215215

216216
/**
217-
* <p>State within the country, such as Texas in the United States.</p>
217+
* <p>State within the country, such as Texas in the United States.
218+
* The value is case-sensitive and must use the same casing as the <code>state</code> value in the Cart <code>shippingAddress</code>.</p>
218219
*
219220
*
220221
* @return null|string

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,3 +641,4 @@ c773d9a208513584341545a4dd323673d09a4f74
641641
510b9d8444697765e19632df57794f799ccf8e07
642642
7404bc7e49c6a60a4210a5f3e776810e2c8bdf77
643643
25a404a62a4f70c96bacad7380db587f39dfea64
644+
fcb27938a97f506a41f873de9aee883686e9f755

0 commit comments

Comments
 (0)