Exemplo n.º 1
0
 /**
  * Get if a Orders is archived
  *
  * @param integer $no
  * @return boolean
  */
 public function isArchived($no)
 {
     $handle = $this->getHandle($no);
     return $this->client->Order_GetIsArchived(['orderHandle' => $handle])->Order_GetIsArchivedResult;
 }