Skip to content

Commit

Permalink
Merge pull request PrestaShop#30034 from thomasnares/CarrierRangeBeha…
Browse files Browse the repository at this point in the history
…viorDoc

Add comment to explicit range_behavior attribute on Carrier class
  • Loading branch information
zuk3975 authored Nov 10, 2022
2 parents 8860cf1 + f225c18 commit fdc1432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Carrier.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class CarrierCore extends ObjectModel
/** @var bool True if extra shipping handling cost should be applied to this Carrier */
public $shipping_handling = true;

/** @var bool Behavior taken for unknown range */
/** @var bool Behavior for out-of-range weights: true to disable carrier, false to apply the cost of the highest defined range */
public $range_behavior;

/** @var bool Carrier module */
Expand Down

0 comments on commit fdc1432

Please sign in to comment.