This commit is contained in:
Manuel Raynaud
2013-09-11 08:27:40 +02:00
parent 990ab0e094
commit 70d93d1daa
155 changed files with 541 additions and 809 deletions

View File

@@ -23,9 +23,8 @@
namespace Thelia\Module;
interface DeliveryModuleInterface extends BaseModuleInterface {
interface DeliveryModuleInterface extends BaseModuleInterface
{
/**
*
* calculate and return delivery price
@@ -33,4 +32,4 @@ interface DeliveryModuleInterface extends BaseModuleInterface {
* @return mixed
*/
public function calculate($country = null);
}
}