¨4.0.1¨
This commit is contained in:
@@ -11,12 +11,14 @@ class NullCartShippingMethod
|
||||
//
|
||||
}
|
||||
|
||||
|
||||
public function title()
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
public function cost()
|
||||
|
||||
public function cost(): Money
|
||||
{
|
||||
return Money::inDefaultCurrency(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user