Completed
Pull Request — 4.0 (#4940)
by chihiro
06:55 queued 02:14
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.