예제 #1
0
파일: TaxDefault.php 프로젝트: spryker/Tax
 /**
  * @return string
  */
 public function getDefaultCountryIso2Code()
 {
     return $this->store->getCurrentCountry();
 }