Skip to content

Commit 8a3e1b0

Browse files
Merge pull request #668 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents d425d2b + aa47b72 commit 8a3e1b0

7 files changed

+5
-6
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerSetDefaultShippingAddressAction.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
/**
1616
* <p>Sets the default shipping address from <code>addresses</code>. The action adds the <code>id</code> of the specified address to the <code>shippingAddressIds</code> if not contained already. Either <code>addressId</code> or <code>addressKey</code> is required.</p>
17-
* <p>If the Tax Category of the Cart ShippingInfo is missing the TaxRate matching country and state given in the <code>shippingAddress</code> of that Cart, a MissingTaxRateForCountry error is returned.</p>
1817
*
1918
* <hr>
2019
* Example to create an instance using the builder pattern

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/customer/CustomerSetDefaultShippingAddressActionImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
/**
2020
* <p>Sets the default shipping address from <code>addresses</code>. The action adds the <code>id</code> of the specified address to the <code>shippingAddressIds</code> if not contained already. Either <code>addressId</code> or <code>addressKey</code> is required.</p>
21-
* <p>If the Tax Category of the Cart ShippingInfo is missing the TaxRate matching country and state given in the <code>shippingAddress</code> of that Cart, a MissingTaxRateForCountry error is returned.</p>
2221
*/
2322
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
2423
public class CustomerSetDefaultShippingAddressActionImpl implements CustomerSetDefaultShippingAddressAction, ModelBase {

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLMissingTaxRateForCountryError.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* <p>Returned when the Tax Category of at least one of the <code>lineItems</code>, <code>customLineItems</code>, or <code>shippingInfo</code> in the Cart is missing the TaxRate matching <code>country</code> and <code>state</code> given in the <code>shippingAddress</code> of that Cart.</p>
1919
* <p>The error is returned as a failed response to:</p>
2020
* <ul>
21-
* <li>Set Default Shipping Address, Add LineItem, Add CustomLineItem, Set Shipping Address, Add LineItem, Add LineItem, and Add CustomLineItem update actions</li>
21+
* <li>Add LineItem, Add CustomLineItem, Set Shipping Address, Add LineItem, Add LineItem, and Add CustomLineItem update actions</li>
2222
* <li>Create Order from Cart and Create Order in Store from Cart requests.</li>
2323
* </ul>
2424
*

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/GraphQLMissingTaxRateForCountryErrorImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* <p>Returned when the Tax Category of at least one of the <code>lineItems</code>, <code>customLineItems</code>, or <code>shippingInfo</code> in the Cart is missing the TaxRate matching <code>country</code> and <code>state</code> given in the <code>shippingAddress</code> of that Cart.</p>
2121
* <p>The error is returned as a failed response to:</p>
2222
* <ul>
23-
* <li>Set Default Shipping Address, Add LineItem, Add CustomLineItem, Set Shipping Address, Add LineItem, Add LineItem, and Add CustomLineItem update actions</li>
23+
* <li>Add LineItem, Add CustomLineItem, Set Shipping Address, Add LineItem, Add LineItem, and Add CustomLineItem update actions</li>
2424
* <li>Create Order from Cart and Create Order in Store from Cart requests.</li>
2525
* </ul>
2626
*/

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/MissingTaxRateForCountryError.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* <p>Returned when the Tax Category of at least one of the <code>lineItems</code>, <code>customLineItems</code>, or <code>shippingInfo</code> in the Cart is missing the TaxRate matching <code>country</code> and <code>state</code> given in the <code>shippingAddress</code> of that Cart.</p>
1919
* <p>The error is returned as a failed response to:</p>
2020
* <ul>
21-
* <li>Set Default Shipping Address, Add LineItem, Add CustomLineItem, Set Shipping Address, Add LineItem, Add LineItem, and Add CustomLineItem update actions</li>
21+
* <li>Add LineItem, Add CustomLineItem, Set Shipping Address, Add LineItem, Add LineItem, and Add CustomLineItem update actions</li>
2222
* <li>Create Order from Cart and Create Order in Store from Cart requests.</li>
2323
* </ul>
2424
*

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/error/MissingTaxRateForCountryErrorImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* <p>Returned when the Tax Category of at least one of the <code>lineItems</code>, <code>customLineItems</code>, or <code>shippingInfo</code> in the Cart is missing the TaxRate matching <code>country</code> and <code>state</code> given in the <code>shippingAddress</code> of that Cart.</p>
2121
* <p>The error is returned as a failed response to:</p>
2222
* <ul>
23-
* <li>Set Default Shipping Address, Add LineItem, Add CustomLineItem, Set Shipping Address, Add LineItem, Add LineItem, and Add CustomLineItem update actions</li>
23+
* <li>Add LineItem, Add CustomLineItem, Set Shipping Address, Add LineItem, Add LineItem, and Add CustomLineItem update actions</li>
2424
* <li>Create Order from Cart and Create Order in Store from Cart requests.</li>
2525
* </ul>
2626
*/

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,3 +251,4 @@ b3dd6d254a36ba1628f016ded6bcff00d7f515c3
251251
8385b7a641f9b6e845e57d1706f495431c562f9b
252252
986827a24f1bdf40fc026481fb3d0a15dfe31f22
253253
23bb6bcecae58f2df8274e86e378dd7c4ca738aa
254+
fc9f29f7bfe0e51e1f89d69d7dc0e7674e1b2e30

0 commit comments

Comments
 (0)