postage + invoice step

This commit is contained in:
Etienne Roudeix
2013-09-17 19:47:10 +02:00
parent 21df630d27
commit 0d1c6cf8cb
18 changed files with 455 additions and 48 deletions

View File

@@ -34,5 +34,5 @@ interface DeliveryModuleInterface extends BaseModuleInterface
*
* @return mixed
*/
public function calculate(Country $country);
public function getPostage(Country $country);
}