Added getDeliveryCountry() method
This commit is contained in:
@@ -18,6 +18,7 @@ use Symfony\Component\Translation\TranslatorInterface;
|
||||
use Thelia\Condition\ConditionEvaluator;
|
||||
use Thelia\Core\HttpFoundation\Request;
|
||||
use Thelia\Core\Template\ParserInterface;
|
||||
use Thelia\Model\Country;
|
||||
use Thelia\Model\Coupon;
|
||||
|
||||
/**
|
||||
@@ -51,6 +52,11 @@ interface FacadeInterface
|
||||
*/
|
||||
public function getDeliveryAddress();
|
||||
|
||||
/**
|
||||
* @return Country the delivery country
|
||||
*/
|
||||
public function getDeliveryCountry();
|
||||
|
||||
/**
|
||||
* Return an Customer a CouponManager can process
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user