Skip to content

Commit

Permalink
Merge pull request #140 from commercetools/gen-sdk-updates
Browse files Browse the repository at this point in the history
Update generated SDKs
  • Loading branch information
kodiakhq[bot] authored Mar 29, 2024
2 parents 23b7383 + 71f93bd commit 3a8854d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public function getExternalPrice();
public function getExternalTotalPrice();

/**
* <p>External Tax Rate for the Line Item, if the Cart has the <code>External</code> <a href="ctp:api:type:TaxMode">TaxMode</a>.</p>
* <p>External Tax Rate for the Line Item, if the Cart has the <code>External</code> <a href="ctp:api:type:TaxMode">TaxMode</a> and <code>Single</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.</p>
*
* @return null|ExternalTaxRateDraft
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public function getExternalTotalPrice()
}

/**
* <p>External Tax Rate for the Line Item, if the Cart has the <code>External</code> <a href="ctp:api:type:TaxMode">TaxMode</a>.</p>
* <p>External Tax Rate for the Line Item, if the Cart has the <code>External</code> <a href="ctp:api:type:TaxMode">TaxMode</a> and <code>Single</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.</p>
*
* @return null|ExternalTaxRateDraft
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ public function getExternalTotalPrice()
}

/**
* <p>External Tax Rate for the Line Item, if the Cart has the <code>External</code> <a href="ctp:api:type:TaxMode">TaxMode</a>.</p>
* <p>External Tax Rate for the Line Item, if the Cart has the <code>External</code> <a href="ctp:api:type:TaxMode">TaxMode</a> and <code>Single</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.</p>
*
*
* @return null|ExternalTaxRateDraft
Expand Down
2 changes: 1 addition & 1 deletion lib/commercetools-api/src/Models/Cart/LineItemDraft.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public function getExternalPrice();
public function getExternalTotalPrice();

/**
* <p>Sets the external Tax Rate for the Line Item, if the Cart has the <code>External</code> <a href="ctp:api:type:TaxMode">TaxMode</a>.</p>
* <p>Sets the external Tax Rate for the Line Item, if the Cart has the <code>External</code> <a href="ctp:api:type:TaxMode">TaxMode</a> and <code>Single</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.</p>
*
* @return null|ExternalTaxRateDraft
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ public function getExternalTotalPrice()
}

/**
* <p>Sets the external Tax Rate for the Line Item, if the Cart has the <code>External</code> <a href="ctp:api:type:TaxMode">TaxMode</a>.</p>
* <p>Sets the external Tax Rate for the Line Item, if the Cart has the <code>External</code> <a href="ctp:api:type:TaxMode">TaxMode</a> and <code>Single</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.</p>
*
* @return null|ExternalTaxRateDraft
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ public function getExternalTotalPrice()
}

/**
* <p>Sets the external Tax Rate for the Line Item, if the Cart has the <code>External</code> <a href="ctp:api:type:TaxMode">TaxMode</a>.</p>
* <p>Sets the external Tax Rate for the Line Item, if the Cart has the <code>External</code> <a href="ctp:api:type:TaxMode">TaxMode</a> and <code>Single</code> <a href="ctp:api:type:ShippingMode">ShippingMode</a>.</p>
*
*
* @return null|ExternalTaxRateDraft
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,4 @@ d6c4e8ca039647373df3aeb8369342bd50b02d61
34d7405c2c16d56134d23ecf7219d10caaa3bfa3
c19a4123795d7a2d583abb9f278ce1264b030a91
ff6616b26b771e88b9ead7c26866022cdcaebe18
c4849fad85e331f035837fe681aa7e3462a2a277

0 comments on commit 3a8854d

Please sign in to comment.