Resolve "New invoice service" #1669

Merged
korina.cordero merged 105 commits from 744-new-invoice-service into master 2023-11-22 08:54:54 +00:00
Showing only changes of commit 9b7e0e55a7 - Show all commits

View file

@ -63,6 +63,17 @@ class MotoliteEvent
return $this;
}
public function getID()
{
return $this->id;
}
public function setID($id)
{
$this->id = $id;
return $this;
}
public function getName()
{
return $this->name;