Esempio n. 1
0
 /**
  * Removes the current order
  * @return bool
  */
 private function removeOrderRecord()
 {
     if ($this->salesMdl->removeOrder($this->ref) === false) {
         return false;
     }
     return true;
 }