Completed
Push — master ( 1cb1da...61c665 )
by Aimeos
02:48
created
client/jsonapi/templates/basket/standard.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -272,10 +272,13 @@
 block discarded – undo
272 272
 					"href": "<?php echo $this->url( $target, $cntl, $action, ['resource' => 'basket', 'id' => $params['id'], 'related' => 'coupon'], [], $config ); ?>",
273 273
 					"allow": ["POST"]
274 274
 				}
275
-			<?php else : ?>
275
+			<?php else {
276
+	: ?>
276 277
 				,
277 278
 				"order": {
278
-					"href": "<?php echo $this->url( $target, $cntl, $action, ['resource' => 'order'], [], $config ); ?>",
279
+					"href": "<?php echo $this->url( $target, $cntl, $action, ['resource' => 'order'], [], $config );
280
+}
281
+?>",
279 282
 					"allow": ["POST"]
280 283
 				}
281 284
 			<?php endif; ?>
Please login to merge, or discard this patch.