From fa7d88f8dced728d575704064fd0a644b880e27f Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Fri, 6 Sep 2013 17:34:25 +0200 Subject: [PATCH] country id can be an argument for calculate method --- core/lib/Thelia/Module/DeliveryModuleInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Thelia/Module/DeliveryModuleInterface.php b/core/lib/Thelia/Module/DeliveryModuleInterface.php index 2ef593ee5..b8ffcfc01 100644 --- a/core/lib/Thelia/Module/DeliveryModuleInterface.php +++ b/core/lib/Thelia/Module/DeliveryModuleInterface.php @@ -32,5 +32,5 @@ interface DeliveryModuleInterface extends BaseModuleInterface { * * @return mixed */ - public function calculate(); + public function calculate($country = null); } \ No newline at end of file