Skip to content

Commit a78ea8e

Browse files
committed
MAGETWO-82242: Fixed amount discount for whole cart applying an extra cent to the discount amount
- Fix type
1 parent e9bfaa6 commit a78ea8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/SalesRule/Model/DeltaPriceRound.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function resetAll()
6868
* @param string $type
6969
* @return void
7070
*/
71-
public function reset(string $type)
71+
public function reset($type)
7272
{
7373
if (isset($this->roundingDeltas[$type])) {
7474
unset($this->roundingDeltas[$type]);

0 commit comments

Comments
 (0)