Passed
Branch master (4f99e3)
by Aimeos
04:48
created
client/html/src/Client/Html/Checkout/Standard/Process/Standard.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -259,7 +259,7 @@  discard block
 block discarded – undo
259 259
 			$basketCntl = \Aimeos\Controller\Frontend::create( $context, 'basket' );
260 260
 
261 261
 
262
-			if ( $view->param( 'cs_order', null ) !== null )
262
+			if( $view->param( 'cs_order', null ) !== null )
263 263
 			{
264 264
 				parent::process();
265 265
 
@@ -269,7 +269,7 @@  discard block
 block discarded – undo
269 269
 
270 270
 				$context->getSession()->set( 'aimeos/orderid', $orderItem->getId() );
271 271
 			}
272
-			elseif ( $view->param( 'cp_payment', null ) !== null )
272
+			elseif( $view->param( 'cp_payment', null ) !== null )
273 273
 			{
274 274
 				$parts = \Aimeos\MShop\Order\Item\Base\Base::PARTS_ALL;
275 275
 				$orderItem = $orderCntl->getItem( $context->getSession()->get( 'aimeos/orderid' ) );
Please login to merge, or discard this patch.