@@ -253,7 +253,6 @@ discard block |
||
253 | 253 | * Return a link to view the order on this page. |
254 | 254 | * |
255 | 255 | * @param int|string $orderID ID of the order |
256 | - * @param string $type - the type of email you want to send. |
|
257 | 256 | * @param bool $actuallySendEmail - do we actually send the email |
258 | 257 | * @param int $alternativeOrderStepID - OrderStep to use |
259 | 258 | * |
@@ -290,7 +289,7 @@ discard block |
||
290 | 289 | * |
291 | 290 | * @param bool $isCurrentStep |
292 | 291 | * |
293 | - * @return Checkout_StepDescription |
|
292 | + * @return CheckoutPage_StepDescription |
|
294 | 293 | */ |
295 | 294 | public function CurrentCheckoutStep($isCurrentStep = false) |
296 | 295 | { |