Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/commercetools-api/src/Models/Cart/BestDeal.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interface BestDeal extends DiscountTypeCombination
public const FIELD_CHOSEN_DISCOUNT_TYPE = 'chosenDiscountType';

/**
* <p>Discount type that offers the best deal; the value can be <code>product-discount</code> or <code>cart-discount</code>.</p>
* <p>Discount type that offers the best deal; the value can be <code>ProductDiscount</code> or <code>CartDiscount</code>.</p>
*

* @return null|string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ final class BestDealBuilder implements Builder
private $chosenDiscountType;

/**
* <p>Discount type that offers the best deal; the value can be <code>product-discount</code> or <code>cart-discount</code>.</p>
* <p>Discount type that offers the best deal; the value can be <code>ProductDiscount</code> or <code>CartDiscount</code>.</p>
*

* @return null|string
Expand Down
2 changes: 1 addition & 1 deletion lib/commercetools-api/src/Models/Cart/BestDealModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function getType()
}

/**
* <p>Discount type that offers the best deal; the value can be <code>product-discount</code> or <code>cart-discount</code>.</p>
* <p>Discount type that offers the best deal; the value can be <code>ProductDiscount</code> or <code>CartDiscount</code>.</p>
*
*
* @return null|string
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -497,3 +497,4 @@ f8b027c8e1b5ba61ace3d3d358b9efc7ad4b93eb
12c86075166f683540662d5b7016fa7d48fe45e4
c6e3250e705b0c6fb714d7a6e0210872f9bfe0d5
91ef231b5881c329f1c3f405e250106f8473b57e
e111bc9d132c5da4dc43085c1983efa8cbdf91d3