@@ -150,7 +150,6 @@ |
||
150 | 150 | * Sets 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 |
@@ -363,7 +363,6 @@ |
||
363 | 363 | * Sets the delivery/payment service item based on the service ID. |
364 | 364 | * |
365 | 365 | * @param string $type Service type code like 'payment' or 'delivery' |
366 | - * @param string $id|null Unique ID of the service item or null to remove it |
|
367 | 366 | * @param array $attributes Associative list of key/value pairs containing the attributes selected or |
368 | 367 | * entered by the customer when choosing one of the delivery or payment options |
369 | 368 | * @throws \Aimeos\Controller\Frontend\Basket\Exception If there is no price to the service item attached |