create Delivery loop

This commit is contained in:
Manuel Raynaud
2013-09-06 18:41:44 +02:00
parent a3b7e977da
commit b067ef7dcc
11 changed files with 224 additions and 29 deletions

View File

@@ -57,9 +57,10 @@ class Colissimo extends BaseModule implements DeliveryModuleInterface
*
* calculate and return delivery price
*
* @param null $country
* @return mixed
*/
public function calculate()
public function calculate($country = null)
{
// TODO: Implement calculate() method.
return 2;