@@ -83,7 +83,6 @@ |
||
83 | 83 | * Supposed to be used on payment methods selection |
84 | 84 | * $staticSize is applicable for static images only |
85 | 85 | * |
86 | - * @param string $staticSize |
|
87 | 86 | */ |
88 | 87 | protected function generatePaymentMarkImageUrl() |
89 | 88 | { |
@@ -1,17 +1,17 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | - * |
|
5 | - * NOTICE OF LICENSE |
|
6 | - * |
|
7 | - * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | - * that is bundled with this package in the file LICENSE.md. |
|
9 | - * It is also available through the world-wide-web at this URL: |
|
10 | - * http://opensource.org/licenses/osl-3.0.php |
|
11 | - * |
|
12 | - * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | - */ |
|
3 | + * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | + * |
|
5 | + * NOTICE OF LICENSE |
|
6 | + * |
|
7 | + * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | + * that is bundled with this package in the file LICENSE.md. |
|
9 | + * It is also available through the world-wide-web at this URL: |
|
10 | + * http://opensource.org/licenses/osl-3.0.php |
|
11 | + * |
|
12 | + * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | + * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | + */ |
|
15 | 15 | |
16 | 16 | class EbayEnterprise_Tax_Test_Model_Total_Quote_Address_TaxTest extends EcomDev_PHPUnit_Test_Case |
17 | 17 | { |
@@ -52,6 +52,7 @@ |
||
52 | 52 | * @param array |
53 | 53 | * @param string|int |
54 | 54 | * @param mixed |
55 | + * @param string $field |
|
55 | 56 | * @return mixed |
56 | 57 | */ |
57 | 58 | protected function nullCoalesce(array $arr, $field, $default) |
@@ -1,17 +1,17 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | - * |
|
5 | - * NOTICE OF LICENSE |
|
6 | - * |
|
7 | - * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | - * that is bundled with this package in the file LICENSE.md. |
|
9 | - * It is also available through the world-wide-web at this URL: |
|
10 | - * http://opensource.org/licenses/osl-3.0.php |
|
11 | - * |
|
12 | - * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | - */ |
|
3 | + * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | + * |
|
5 | + * NOTICE OF LICENSE |
|
6 | + * |
|
7 | + * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | + * that is bundled with this package in the file LICENSE.md. |
|
9 | + * It is also available through the world-wide-web at this URL: |
|
10 | + * http://opensource.org/licenses/osl-3.0.php |
|
11 | + * |
|
12 | + * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | + * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | + */ |
|
15 | 15 | |
16 | 16 | class EbayEnterprise_Tax_Test_Model_Total_Quote_Address_TaxTest extends EcomDev_PHPUnit_Test_Case |
17 | 17 | { |
@@ -422,7 +422,7 @@ discard block |
||
422 | 422 | * Send the request via the sdk |
423 | 423 | * |
424 | 424 | * @param IBidirectionalApi |
425 | - * @return Payload |
|
425 | + * @return IPayload |
|
426 | 426 | * |
427 | 427 | * @throws EbayEnterprise_PayPal_Exception |
428 | 428 | * @throws UnsupportedOperation |
@@ -603,6 +603,7 @@ discard block |
||
603 | 603 | * |
604 | 604 | * @param string |
605 | 605 | * @param Mage_Sales_Model_Quote |
606 | + * @param string $type |
|
606 | 607 | * @return float |
607 | 608 | */ |
608 | 609 | protected function getTotal($type, Mage_Sales_Model_Quote $quote) |
@@ -16,9 +16,9 @@ |
||
16 | 16 | use eBayEnterprise\RetailOrderManagement\Api\Exception\NetworkError; |
17 | 17 | use eBayEnterprise\RetailOrderManagement\Api\IBidirectionalApi; |
18 | 18 | use eBayEnterprise\RetailOrderManagement\Payload\Exception\InvalidPayload; |
19 | -use eBayEnterprise\RetailOrderManagement\Payload\Payment\IShippingAddress; |
|
20 | -use eBayEnterprise\RetailOrderManagement\Payload\Payment\ILineItemIterable; |
|
21 | 19 | use eBayEnterprise\RetailOrderManagement\Payload\Payment\ILineItemContainer; |
20 | +use eBayEnterprise\RetailOrderManagement\Payload\Payment\ILineItemIterable; |
|
21 | +use eBayEnterprise\RetailOrderManagement\Payload\Payment\IShippingAddress; |
|
22 | 22 | |
23 | 23 | /** |
24 | 24 | * Payment Method for PayPal payments through Retail Order Management. |
@@ -1,17 +1,17 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | - * |
|
5 | - * NOTICE OF LICENSE |
|
6 | - * |
|
7 | - * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | - * that is bundled with this package in the file LICENSE.md. |
|
9 | - * It is also available through the world-wide-web at this URL: |
|
10 | - * http://opensource.org/licenses/osl-3.0.php |
|
11 | - * |
|
12 | - * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | - */ |
|
3 | + * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | + * |
|
5 | + * NOTICE OF LICENSE |
|
6 | + * |
|
7 | + * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | + * that is bundled with this package in the file LICENSE.md. |
|
9 | + * It is also available through the world-wide-web at this URL: |
|
10 | + * http://opensource.org/licenses/osl-3.0.php |
|
11 | + * |
|
12 | + * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | + * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | + */ |
|
15 | 15 | |
16 | 16 | class EbayEnterprise_Tax_Test_Model_Total_Quote_Address_TaxTest extends EcomDev_PHPUnit_Test_Case |
17 | 17 | { |
@@ -137,7 +137,7 @@ discard block |
||
137 | 137 | * default value. |
138 | 138 | * |
139 | 139 | * @param array $arr |
140 | - * @param string|int $field Valid array key |
|
140 | + * @param string $field Valid array key |
|
141 | 141 | * @param mixed $default |
142 | 142 | * @return mixed |
143 | 143 | */ |
@@ -189,7 +189,7 @@ discard block |
||
189 | 189 | * |
190 | 190 | * @param Mage_Customer_Model_Customer $customer |
191 | 191 | * |
192 | - * @return Mage_Paypal_Model_Express_Checkout |
|
192 | + * @return EbayEnterprise_PayPal_Model_Express_Checkout |
|
193 | 193 | */ |
194 | 194 | public function setCustomer($customer) |
195 | 195 | { |
@@ -205,7 +205,7 @@ discard block |
||
205 | 205 | * @param Mage_Sales_Model_Quote_Address $billingAddress |
206 | 206 | * @param Mage_Sales_Model_Quote_Address $shippingAddress |
207 | 207 | * |
208 | - * @return Mage_Paypal_Model_Express_Checkout |
|
208 | + * @return EbayEnterprise_PayPal_Model_Express_Checkout |
|
209 | 209 | */ |
210 | 210 | public function setCustomerWithAddressChange( |
211 | 211 | $customer, |
@@ -516,7 +516,7 @@ discard block |
||
516 | 516 | /** |
517 | 517 | * Prepare quote for guest checkout order submit |
518 | 518 | * |
519 | - * @return Mage_Paypal_Model_Express_Checkout |
|
519 | + * @return EbayEnterprise_PayPal_Model_Express_Checkout |
|
520 | 520 | */ |
521 | 521 | protected function _prepareGuestQuote() |
522 | 522 | { |
@@ -545,7 +545,7 @@ discard block |
||
545 | 545 | * Prepare quote for customer registration and customer order submit |
546 | 546 | * and restore magento customer data from quote |
547 | 547 | * |
548 | - * @return Mage_Paypal_Model_Express_Checkout |
|
548 | + * @return EbayEnterprise_PayPal_Model_Express_Checkout |
|
549 | 549 | */ |
550 | 550 | protected function _prepareNewCustomerQuote() |
551 | 551 | { |
@@ -1,17 +1,17 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | - * |
|
5 | - * NOTICE OF LICENSE |
|
6 | - * |
|
7 | - * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | - * that is bundled with this package in the file LICENSE.md. |
|
9 | - * It is also available through the world-wide-web at this URL: |
|
10 | - * http://opensource.org/licenses/osl-3.0.php |
|
11 | - * |
|
12 | - * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | - */ |
|
3 | + * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | + * |
|
5 | + * NOTICE OF LICENSE |
|
6 | + * |
|
7 | + * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | + * that is bundled with this package in the file LICENSE.md. |
|
9 | + * It is also available through the world-wide-web at this URL: |
|
10 | + * http://opensource.org/licenses/osl-3.0.php |
|
11 | + * |
|
12 | + * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | + * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | + */ |
|
15 | 15 | |
16 | 16 | class EbayEnterprise_Tax_Test_Model_Total_Quote_Address_TaxTest extends EcomDev_PHPUnit_Test_Case |
17 | 17 | { |
@@ -107,7 +107,6 @@ discard block |
||
107 | 107 | * |
108 | 108 | * @param EbayEnterprise_PayPal_Helper_Data $helper |
109 | 109 | * @param EbayEnterprise_Eb2cCore_Helper_Data $coreHelper |
110 | - * @param Mage_Core_Helper_Http $httpHelper |
|
111 | 110 | * @param EbayEnterprise_MageLog_Helper_Data $logger |
112 | 111 | * @param EbayEnterprise_Eb2cCore_Model_Config_Registry $config |
113 | 112 | * |
@@ -127,7 +126,7 @@ discard block |
||
127 | 126 | * default value. |
128 | 127 | * |
129 | 128 | * @param array $arr |
130 | - * @param string|int $field Valid array key |
|
129 | + * @param string $field Valid array key |
|
131 | 130 | * @param mixed $default |
132 | 131 | * |
133 | 132 | * @return mixed |
@@ -1,17 +1,17 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | - * |
|
5 | - * NOTICE OF LICENSE |
|
6 | - * |
|
7 | - * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | - * that is bundled with this package in the file LICENSE.md. |
|
9 | - * It is also available through the world-wide-web at this URL: |
|
10 | - * http://opensource.org/licenses/osl-3.0.php |
|
11 | - * |
|
12 | - * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | - */ |
|
3 | + * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | + * |
|
5 | + * NOTICE OF LICENSE |
|
6 | + * |
|
7 | + * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | + * that is bundled with this package in the file LICENSE.md. |
|
9 | + * It is also available through the world-wide-web at this URL: |
|
10 | + * http://opensource.org/licenses/osl-3.0.php |
|
11 | + * |
|
12 | + * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | + * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | + */ |
|
15 | 15 | |
16 | 16 | class EbayEnterprise_Tax_Test_Model_Total_Quote_Address_TaxTest extends EcomDev_PHPUnit_Test_Case |
17 | 17 | { |
@@ -52,7 +52,7 @@ |
||
52 | 52 | * @param array |
53 | 53 | * @param string $field Valid array key |
54 | 54 | * @param mixed |
55 | - * @return mixed |
|
55 | + * @return EbayEnterprise_Paypal_Model_Express_Api |
|
56 | 56 | */ |
57 | 57 | protected function nullCoalesce(array $arr, $field, $default) |
58 | 58 | { |
@@ -1,17 +1,17 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | - * |
|
5 | - * NOTICE OF LICENSE |
|
6 | - * |
|
7 | - * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | - * that is bundled with this package in the file LICENSE.md. |
|
9 | - * It is also available through the world-wide-web at this URL: |
|
10 | - * http://opensource.org/licenses/osl-3.0.php |
|
11 | - * |
|
12 | - * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | - */ |
|
3 | + * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | + * |
|
5 | + * NOTICE OF LICENSE |
|
6 | + * |
|
7 | + * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | + * that is bundled with this package in the file LICENSE.md. |
|
9 | + * It is also available through the world-wide-web at this URL: |
|
10 | + * http://opensource.org/licenses/osl-3.0.php |
|
11 | + * |
|
12 | + * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | + * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | + */ |
|
15 | 15 | |
16 | 16 | class EbayEnterprise_Tax_Test_Model_Total_Quote_Address_TaxTest extends EcomDev_PHPUnit_Test_Case |
17 | 17 | { |
@@ -25,7 +25,7 @@ |
||
25 | 25 | * @param array $initParams May have this key: |
26 | 26 | * - 'multi_shipping' => EbayEnterprise_PayPal_Model_Multishipping |
27 | 27 | */ |
28 | - public function __construct(array $initParams=[]) |
|
28 | + public function __construct(array $initParams = []) |
|
29 | 29 | { |
30 | 30 | list($this->multiShipping) = $this->checkTypes( |
31 | 31 | $this->nullCoalesce($initParams, 'multi_shipping', Mage::getModel('ebayenterprise_paypal/multishipping')) |
@@ -49,7 +49,7 @@ |
||
49 | 49 | * @param array |
50 | 50 | * @param string $field Valid array key |
51 | 51 | * @param mixed |
52 | - * @return mixed |
|
52 | + * @return EbayEnterprise_PayPal_Model_Multishipping |
|
53 | 53 | */ |
54 | 54 | protected function nullCoalesce(array $arr, $field, $default) |
55 | 55 | { |
@@ -25,7 +25,7 @@ |
||
25 | 25 | * @param array $initParams May have this key: |
26 | 26 | * - 'multi_shipping' => EbayEnterprise_PayPal_Model_Multishipping |
27 | 27 | */ |
28 | - public function __construct(array $initParams=[]) |
|
28 | + public function __construct(array $initParams = []) |
|
29 | 29 | { |
30 | 30 | list($this->multiShipping) = $this->checkTypes( |
31 | 31 | $this->nullCoalesce($initParams, 'multi_shipping', Mage::getModel('ebayenterprise_paypal/multishipping')) |
@@ -1,17 +1,17 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | - * |
|
5 | - * NOTICE OF LICENSE |
|
6 | - * |
|
7 | - * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | - * that is bundled with this package in the file LICENSE.md. |
|
9 | - * It is also available through the world-wide-web at this URL: |
|
10 | - * http://opensource.org/licenses/osl-3.0.php |
|
11 | - * |
|
12 | - * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | - */ |
|
3 | + * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | + * |
|
5 | + * NOTICE OF LICENSE |
|
6 | + * |
|
7 | + * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | + * that is bundled with this package in the file LICENSE.md. |
|
9 | + * It is also available through the world-wide-web at this URL: |
|
10 | + * http://opensource.org/licenses/osl-3.0.php |
|
11 | + * |
|
12 | + * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | + * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | + */ |
|
15 | 15 | |
16 | 16 | class EbayEnterprise_Tax_Test_Model_Total_Quote_Address_TaxTest extends EcomDev_PHPUnit_Test_Case |
17 | 17 | { |
@@ -504,7 +504,7 @@ discard block |
||
504 | 504 | |
505 | 505 | /** |
506 | 506 | * stub items for the tests. |
507 | - * @return Mage_Sale_Model_Quote_Item[] |
|
507 | + * @return EcomDev_PHPUnit_Mock_Proxy[] |
|
508 | 508 | */ |
509 | 509 | protected function stubQuoteItems() |
510 | 510 | { |
@@ -718,7 +718,7 @@ discard block |
||
718 | 718 | /** |
719 | 719 | * stub the specified methods on the mock to expect a |
720 | 720 | * string argument and return itself |
721 | - * @param array $methods |
|
721 | + * @param string[] $methods |
|
722 | 722 | * @param object $stub |
723 | 723 | * @return object |
724 | 724 | */ |
@@ -13,11 +13,11 @@ |
||
13 | 13 | * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
14 | 14 | */ |
15 | 15 | |
16 | +use Psr\Log\NullLogger; |
|
16 | 17 | use eBayEnterprise\RetailOrderManagement\Api; |
17 | 18 | use eBayEnterprise\RetailOrderManagement\Payload; |
18 | 19 | use eBayEnterprise\RetailOrderManagement\Payload\PayloadMap; |
19 | 20 | use eBayEnterprise\RetailOrderManagement\Payload\ValidatorIterator; |
20 | -use Psr\Log\NullLogger; |
|
21 | 21 | |
22 | 22 | class EbayEnterprise_PayPal_Test_Model_Express_ApiTest extends EbayEnterprise_Eb2cCore_Test_Base |
23 | 23 | { |
@@ -566,7 +566,7 @@ discard block |
||
566 | 566 | protected function isNumeric() |
567 | 567 | { |
568 | 568 | return $this->callback( |
569 | - function ($val) { |
|
569 | + function($val) { |
|
570 | 570 | |
571 | 571 | return is_numeric($val); |
572 | 572 | } |
@@ -708,7 +708,7 @@ discard block |
||
708 | 708 | protected function isScalar() |
709 | 709 | { |
710 | 710 | return $this->callback( |
711 | - function ($val) { |
|
711 | + function($val) { |
|
712 | 712 | |
713 | 713 | return is_scalar($val); |
714 | 714 | } |
@@ -1,17 +1,17 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | - * |
|
5 | - * NOTICE OF LICENSE |
|
6 | - * |
|
7 | - * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | - * that is bundled with this package in the file LICENSE.md. |
|
9 | - * It is also available through the world-wide-web at this URL: |
|
10 | - * http://opensource.org/licenses/osl-3.0.php |
|
11 | - * |
|
12 | - * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | - */ |
|
3 | + * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | + * |
|
5 | + * NOTICE OF LICENSE |
|
6 | + * |
|
7 | + * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | + * that is bundled with this package in the file LICENSE.md. |
|
9 | + * It is also available through the world-wide-web at this URL: |
|
10 | + * http://opensource.org/licenses/osl-3.0.php |
|
11 | + * |
|
12 | + * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | + * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | + */ |
|
15 | 15 | |
16 | 16 | class EbayEnterprise_Tax_Test_Model_Total_Quote_Address_TaxTest extends EcomDev_PHPUnit_Test_Case |
17 | 17 | { |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | * @param EbayEnterprise_Eb2cCore_Helper_Data |
49 | 49 | * @param EbayEnterprise_Catalog_Helper_Data |
50 | 50 | * @param EbayEnterprise_Eb2cCore_Model_Config_Registry |
51 | - * @return array |
|
51 | + * @return EbayEnterprise_Eb2cCore_Model_Config_Registry[] |
|
52 | 52 | */ |
53 | 53 | protected function _checkTypes( |
54 | 54 | EbayEnterprise_Eb2cCore_Helper_Data $coreHelper, |
@@ -60,9 +60,9 @@ discard block |
||
60 | 60 | /** |
61 | 61 | * Return the value of field in array if it exists. Otherwise, use the default value. |
62 | 62 | * @param array |
63 | - * @param string|int $field Valid array key |
|
63 | + * @param string $field Valid array key |
|
64 | 64 | * @param mixed |
65 | - * @return mixed |
|
65 | + * @return EbayEnterprise_Eb2cCore_Model_Config_Registry |
|
66 | 66 | */ |
67 | 67 | protected function _nullCoalesce(array $arr, $field, $default) |
68 | 68 | { |
@@ -237,6 +237,7 @@ discard block |
||
237 | 237 | * get product image data for product that doesn't exceed the self::SKU_MAX_LENGTH |
238 | 238 | * @param int |
239 | 239 | * @param string |
240 | + * @param integer $storeId |
|
240 | 241 | * @return array |
241 | 242 | * Example: [ |
242 | 243 | * [ |
@@ -395,6 +396,7 @@ discard block |
||
395 | 396 | /** |
396 | 397 | * @param string |
397 | 398 | * @param string |
399 | + * @param string $path |
|
398 | 400 | * @return self |
399 | 401 | */ |
400 | 402 | protected function _updateConfig($path, $value) |
@@ -274,7 +274,7 @@ discard block |
||
274 | 274 | { |
275 | 275 | $media = $product->getMediaGalleryImages(); |
276 | 276 | |
277 | - return ($media && $media->count())? |
|
277 | + return ($media && $media->count()) ? |
|
278 | 278 | [ |
279 | 279 | 'id' => $product->getSku(), |
280 | 280 | 'image_data' => $this->_getMediaData($media, $product) |
@@ -347,7 +347,7 @@ discard block |
||
347 | 347 | protected function _getMageImageViewMap(Mage_Catalog_Model_Product $mageProduct) |
348 | 348 | { |
349 | 349 | $attributes = $mageProduct->getAttributes(); |
350 | - return array_reduce(array_keys($attributes), function ($result = [], $key) use ($attributes, $mageProduct) { |
|
350 | + return array_reduce(array_keys($attributes), function($result = [], $key) use ($attributes, $mageProduct) { |
|
351 | 351 | if (!strcmp($attributes[$key]->getFrontendInput(), EbayEnterprise_ProductImageExport_Model_Image_Export::FRONTEND_INPUT)) { |
352 | 352 | $result[$key] = $mageProduct->getData($key); |
353 | 353 | } |
@@ -362,11 +362,11 @@ discard block |
||
362 | 362 | */ |
363 | 363 | protected function _filterImageViews(array $imageViews) |
364 | 364 | { |
365 | - $views = array_filter(array_keys($imageViews), function ($key) use ($imageViews) { |
|
365 | + $views = array_filter(array_keys($imageViews), function($key) use ($imageViews) { |
|
366 | 366 | return ($imageViews[$key] !== EbayEnterprise_ProductImageExport_Model_Image_Export::FILTER_OUT_VALUE); |
367 | 367 | }); |
368 | 368 | |
369 | - return !empty($views)? $views : ['']; |
|
369 | + return !empty($views) ? $views : ['']; |
|
370 | 370 | } |
371 | 371 | /** |
372 | 372 | * @return Mage_Core_Model_Config_Data |
@@ -1,17 +1,17 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | - * |
|
5 | - * NOTICE OF LICENSE |
|
6 | - * |
|
7 | - * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | - * that is bundled with this package in the file LICENSE.md. |
|
9 | - * It is also available through the world-wide-web at this URL: |
|
10 | - * http://opensource.org/licenses/osl-3.0.php |
|
11 | - * |
|
12 | - * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | - * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | - */ |
|
3 | + * Copyright (c) 2013-2014 eBay Enterprise, Inc. |
|
4 | + * |
|
5 | + * NOTICE OF LICENSE |
|
6 | + * |
|
7 | + * This source file is subject to the Open Software License (OSL 3.0) |
|
8 | + * that is bundled with this package in the file LICENSE.md. |
|
9 | + * It is also available through the world-wide-web at this URL: |
|
10 | + * http://opensource.org/licenses/osl-3.0.php |
|
11 | + * |
|
12 | + * @copyright Copyright (c) 2013-2014 eBay Enterprise, Inc. (http://www.ebayenterprise.com/) |
|
13 | + * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) |
|
14 | + */ |
|
15 | 15 | |
16 | 16 | class EbayEnterprise_Tax_Test_Model_Total_Quote_Address_TaxTest extends EcomDev_PHPUnit_Test_Case |
17 | 17 | { |