Example #1
0
 public function checkIfComplete($uuid)
 {
     $this->authenticate();
     return OrdersItems::checkIfCompletedByUUID($uuid);
 }