Skip to content

Commit 593a5c2

Browse files
Merge pull request #459 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 0544a90 + 273bdd7 commit 593a5c2

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

lib/commercetools-api/src/Models/Cart/BestDeal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ interface BestDeal extends DiscountTypeCombination
1616
public const FIELD_CHOSEN_DISCOUNT_TYPE = 'chosenDiscountType';
1717

1818
/**
19-
* <p>Discount type that offers the best deal; the value can be <code>product-discount</code> or <code>cart-discount</code>.</p>
19+
* <p>Discount type that offers the best deal; the value can be <code>ProductDiscount</code> or <code>CartDiscount</code>.</p>
2020
*
2121
2222
* @return null|string

lib/commercetools-api/src/Models/Cart/BestDealBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ final class BestDealBuilder implements Builder
2727
private $chosenDiscountType;
2828

2929
/**
30-
* <p>Discount type that offers the best deal; the value can be <code>product-discount</code> or <code>cart-discount</code>.</p>
30+
* <p>Discount type that offers the best deal; the value can be <code>ProductDiscount</code> or <code>CartDiscount</code>.</p>
3131
*
3232
3333
* @return null|string

lib/commercetools-api/src/Models/Cart/BestDealModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function getType()
6363
}
6464

6565
/**
66-
* <p>Discount type that offers the best deal; the value can be <code>product-discount</code> or <code>cart-discount</code>.</p>
66+
* <p>Discount type that offers the best deal; the value can be <code>ProductDiscount</code> or <code>CartDiscount</code>.</p>
6767
*
6868
*
6969
* @return null|string

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,3 +497,4 @@ f8b027c8e1b5ba61ace3d3d358b9efc7ad4b93eb
497497
12c86075166f683540662d5b7016fa7d48fe45e4
498498
c6e3250e705b0c6fb714d7a6e0210872f9bfe0d5
499499
91ef231b5881c329f1c3f405e250106f8473b57e
500+
e111bc9d132c5da4dc43085c1983efa8cbdf91d3

0 commit comments

Comments
 (0)