@@ -43,7 +43,7 @@ |
||
| 43 | 43 | $amount = $context->getAmount(); |
| 44 | 44 | |
| 45 | 45 | if (RangeHelper::isInRange($range, $amount)) { |
| 46 | - $bill = ($matches[1] * $amount)/ 100.00; |
|
| 46 | + $bill = ($matches[1] * $amount) / 100.00; |
|
| 47 | 47 | break; |
| 48 | 48 | } |
| 49 | 49 | } |