Skip to content

Commit

Permalink
build(codegen): updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Apr 19, 2024
1 parent ba50b91 commit 1549bec
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@
import io.vrap.rmf.base.client.utils.Generated;

/**
* <p>Returned when the Price, Tax Rate, or Shipping Rate of some Line Items changed since they were last added to the Cart.</p>
* <p>Returned when the Price or Tax Rate of some Line Items or Shipping Rate of some Shipping Methods changed since they were last added to the Cart.</p>
* <p>The error is returned as a failed response to:</p>
* <ul>
* <li>Create Order from Cart and Create Order in Store from Cart requests on Orders.</li>
* <li>Create Order from Cart and Create Order in Store from Cart requests on My Orders.</li>
* <li>Create Order from Quote request on Orders.</li>
* <li>Create Order from Quote request on My Orders.</li>
* </ul>
*
* <hr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@
import org.apache.commons.lang3.builder.ToStringStyle;

/**
* <p>Returned when the Price, Tax Rate, or Shipping Rate of some Line Items changed since they were last added to the Cart.</p>
* <p>Returned when the Price or Tax Rate of some Line Items or Shipping Rate of some Shipping Methods changed since they were last added to the Cart.</p>
* <p>The error is returned as a failed response to:</p>
* <ul>
* <li>Create Order from Cart and Create Order in Store from Cart requests on Orders.</li>
* <li>Create Order from Cart and Create Order in Store from Cart requests on My Orders.</li>
* <li>Create Order from Quote request on Orders.</li>
* <li>Create Order from Quote request on My Orders.</li>
* </ul>
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@
import io.vrap.rmf.base.client.utils.Generated;

/**
* <p>Returned when the Price, Tax Rate, or Shipping Rate of some Line Items changed since they were last added to the Cart.</p>
* <p>Returned when the Price or Tax Rate of some Line Items or Shipping Rate of some Shipping Methods changed since they were last added to the Cart.</p>
* <p>The error is returned as a failed response to:</p>
* <ul>
* <li>Create Order from Cart and Create Order in Store from Cart requests on Orders.</li>
* <li>Create Order from Cart and Create Order in Store from Cart requests on My Orders.</li>
* <li>Create Order from Quote request on Orders.</li>
* <li>Create Order from Quote request on My Orders.</li>
* </ul>
*
* <hr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@
import org.apache.commons.lang3.builder.ToStringStyle;

/**
* <p>Returned when the Price, Tax Rate, or Shipping Rate of some Line Items changed since they were last added to the Cart.</p>
* <p>Returned when the Price or Tax Rate of some Line Items or Shipping Rate of some Shipping Methods changed since they were last added to the Cart.</p>
* <p>The error is returned as a failed response to:</p>
* <ul>
* <li>Create Order from Cart and Create Order in Store from Cart requests on Orders.</li>
* <li>Create Order from Cart and Create Order in Store from Cart requests on My Orders.</li>
* <li>Create Order from Quote request on Orders.</li>
* <li>Create Order from Quote request on My Orders.</li>
* </ul>
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
Expand Down
1 change: 1 addition & 0 deletions reference.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
32b48b6b1b219f185cf066f9f4b53cd782f98435
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224,3 +224,4 @@ a9d748dbcbfc8d2a1cd8d0f8c4e48807e502e79e
c8a374e9c967c7b8c5080c9a6ed2cd92261680ef
cbdd859f3702f084fa22a22d7e4459f7e4b43316
32b48b6b1b219f185cf066f9f4b53cd782f98435
e59c07a51516fe4c9b509b338863a62bd9406d0d

0 comments on commit 1549bec

Please sign in to comment.