Completed
Push — phpspec-7 ( 2faf6a )
by Kamil
62:22 queued 34:00
created
src/Sylius/Behat/Context/Setup/CheckoutContext.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
         $command->setOrderTokenValue($cartToken);
82 82
         $this->commandBus->dispatch($command);
83 83
 
84
-       $this->completeCheckout($cart);
84
+        $this->completeCheckout($cart);
85 85
     }
86 86
 
87 87
     /**
Please login to merge, or discard this patch.