@@ -180,7 +180,7 @@ |
||
180 | 180 | * @param float $price |
181 | 181 | * @param bool $isInclTax |
182 | 182 | * |
183 | - * @return bool |
|
183 | + * @return string |
|
184 | 184 | */ |
185 | 185 | protected function _getShippingPrice($price, $isInclTax) |
186 | 186 | { |
@@ -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 | { |
@@ -89,6 +89,9 @@ |
||
89 | 89 | $this->_htmlId = $this->_coreHelper->uniqHash(self::HTML_ID_PREFIX); |
90 | 90 | } |
91 | 91 | |
92 | + /** |
|
93 | + * @param string $key |
|
94 | + */ |
|
92 | 95 | protected function _getConfigFlag($key) |
93 | 96 | { |
94 | 97 | return $this->_config->getConfigFlag($key); |
@@ -84,7 +84,7 @@ |
||
84 | 84 | $this->_helper = Mage::helper('ebayenterprise_paypal'); |
85 | 85 | $this->_config = $this->_helper->getConfigModel(); |
86 | 86 | $this->_localeCode = $locale->getLocaleCode(); |
87 | - $url = $this->_config->shortcutExpressCheckoutButton ?: self::DEFAULT_IMAGE_URL; |
|
87 | + $url = $this->_config->shortcutExpressCheckoutButton ?: self::DEFAULT_IMAGE_URL; |
|
88 | 88 | $this->_payPalImageUrl = str_replace(array('{locale_code}'), array($this->_localeCode), $url); |
89 | 89 | $this->_htmlId = $this->_coreHelper->uniqHash(self::HTML_ID_PREFIX); |
90 | 90 | } |
@@ -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 | { |
@@ -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 | { |