Completed
Push — 4.0 ( 1398d6...6044ef )
by Kiyotaka
05:20 queued 12s
created
src/Eccube/Form/Type/Shopping/OrderType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -296,7 +296,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.