@@ -128,7 +128,7 @@ discard block |
||
| 128 | 128 | |
| 129 | 129 | |
| 130 | 130 | /** |
| 131 | - * @return mixed |
|
| 131 | + * @return string |
|
| 132 | 132 | */ |
| 133 | 133 | public function getTermsAndConditionsSelectorXpath($term) |
| 134 | 134 | { |
@@ -319,7 +319,7 @@ discard block |
||
| 319 | 319 | } |
| 320 | 320 | |
| 321 | 321 | /** |
| 322 | - * @param string $shippinFirstNameXpath |
|
| 322 | + * @param string $shippingFirstNameXpath |
|
| 323 | 323 | */ |
| 324 | 324 | public function setShippingFirstNameXpath($shippingFirstNameXpath) |
| 325 | 325 | { |
@@ -423,6 +423,7 @@ discard block |
||
| 423 | 423 | } |
| 424 | 424 | |
| 425 | 425 | /** |
| 426 | + * @param string $region |
|
| 426 | 427 | * @return string |
| 427 | 428 | */ |
| 428 | 429 | public function getShippingRegionIdXpath($region) |
@@ -456,6 +457,7 @@ discard block |
||
| 456 | 457 | } |
| 457 | 458 | |
| 458 | 459 | /** |
| 460 | + * @param string $country |
|
| 459 | 461 | * @return string |
| 460 | 462 | */ |
| 461 | 463 | public function getShippingCountryIdXpath($country) |
@@ -536,6 +538,9 @@ discard block |
||
| 536 | 538 | $this->shippingContinueCompletedXpath = $shippingContinueCompletedXpath; |
| 537 | 539 | } |
| 538 | 540 | |
| 541 | + /** |
|
| 542 | + * @return string |
|
| 543 | + */ |
|
| 539 | 544 | public function getBillingContinueCompletedXpath() |
| 540 | 545 | { |
| 541 | 546 | return $this->translatePlaceholders($this->billingContinueCompletedXpath); |
@@ -608,6 +613,7 @@ discard block |
||
| 608 | 613 | } |
| 609 | 614 | |
| 610 | 615 | /** |
| 616 | + * @param string $region |
|
| 611 | 617 | * @return string |
| 612 | 618 | */ |
| 613 | 619 | public function getBillingRegionIdXpath($region) |
@@ -625,6 +631,7 @@ discard block |
||
| 625 | 631 | } |
| 626 | 632 | |
| 627 | 633 | /** |
| 634 | + * @param string $country |
|
| 628 | 635 | * @return string |
| 629 | 636 | */ |
| 630 | 637 | public function getBillingCountryIdXpath($country) |
@@ -692,6 +699,7 @@ discard block |
||
| 692 | 699 | |
| 693 | 700 | |
| 694 | 701 | /** |
| 702 | + * @param integer $itemCount |
|
| 695 | 703 | * @return string |
| 696 | 704 | */ |
| 697 | 705 | public function getCartSummaryCheckoutProductLoopPriceXpath($itemCount) |
@@ -701,6 +709,7 @@ discard block |
||
| 701 | 709 | } |
| 702 | 710 | |
| 703 | 711 | /** |
| 712 | + * @param integer $itemCount |
|
| 704 | 713 | * @return string |
| 705 | 714 | */ |
| 706 | 715 | public function getCartSummaryCheckoutProductLoopNameXpath($itemCount) |
@@ -710,6 +719,7 @@ discard block |
||
| 710 | 719 | } |
| 711 | 720 | |
| 712 | 721 | /** |
| 722 | + * @param integer $itemCount |
|
| 713 | 723 | * @return string |
| 714 | 724 | */ |
| 715 | 725 | public function getCartSummaryCheckoutProductLoopQtyXpath($itemCount) |
@@ -719,6 +729,7 @@ discard block |
||
| 719 | 729 | } |
| 720 | 730 | |
| 721 | 731 | /** |
| 732 | + * @param integer $itemCount |
|
| 722 | 733 | * @return string |
| 723 | 734 | */ |
| 724 | 735 | public function getCartSummaryCheckoutProductLoopSubtotalXpath($itemCount) |