refacto getTaxCountry which is actually getDeliveryCountry

This commit is contained in:
Etienne Roudeix
2013-12-20 11:13:08 +01:00
parent 63ba1ceeda
commit 4cb8ba704b
5 changed files with 6 additions and 6 deletions

View File

@@ -104,7 +104,7 @@ class TaxEngine
* @param bool $force result is static cached ; even if a below parameter change between 2 calls, we need to keep coherent results. but you can force it.
* @return null|TaxEngine
*/
public function getTaxCountry($force = false)
public function getDeliveryCountry($force = false)
{
if(false === $force || null === self::$taxCountry) {
/* is there a logged in customer ? */