@@ -296,7 +296,7 @@ |
||
296 | 296 | return false; |
297 | 297 | } |
298 | 298 | |
299 | - if (null !== $max && ($total + $charge) > $max) { |
|
299 | + if (null !== $max && ($total + $charge) > $max) { |
|
300 | 300 | return false; |
301 | 301 | } |
302 | 302 |