country id can be an argument for calculate method
This commit is contained in:
@@ -32,5 +32,5 @@ interface DeliveryModuleInterface extends BaseModuleInterface {
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function calculate();
|
||||
public function calculate($country = null);
|
||||
}
|
||||
Reference in New Issue
Block a user