added send customer to IVT
This commit is contained in:
@@ -46,6 +46,10 @@ class Order extends mfBaseModel {
|
||||
return $terminations;
|
||||
}
|
||||
|
||||
public function createIvtCustomer($data) {
|
||||
|
||||
}
|
||||
|
||||
public function deletePositions() {
|
||||
if(!is_array($this->getProperty("products")) || !count($this->getProperty("products"))) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user