Completed
Push — master ( ac3c49...e09568 )
by Aimeos
02:38
created
controller/frontend/src/Controller/Frontend/Basket/Iface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -150,7 +150,6 @@
 block discarded – undo
150 150
 	 * Adds the delivery/payment service item based on the service ID.
151 151
 	 *
152 152
 	 * @param string $type Service type code like 'payment' or 'delivery'
153
-	 * @param string $id|null Unique ID of the service item or null to remove it
154 153
 	 * @param array $attributes Associative list of key/value pairs containing the attributes selected or
155 154
 	 * 	entered by the customer when choosing one of the delivery or payment options
156 155
 	 * @throws \Aimeos\Controller\Frontend\Basket\Exception If there is no price to the service item attached
Please login to merge, or discard this patch.
controller/frontend/src/Controller/Frontend/Basket/Standard.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -455,7 +455,6 @@
 block discarded – undo
455 455
 	 * Adds the delivery/payment service item based on the service ID.
456 456
 	 *
457 457
 	 * @param string $type Service type code like 'payment' or 'delivery'
458
-	 * @param string $id|null Unique ID of the service item or null to remove it
459 458
 	 * @param array $attributes Associative list of key/value pairs containing the attributes selected or
460 459
 	 * 	entered by the customer when choosing one of the delivery or payment options
461 460
 	 * @throws \Aimeos\Controller\Frontend\Basket\Exception If there is no price to the service item attached
Please login to merge, or discard this patch.