order module (code needs cleaning up)

This commit is contained in:
omair saleh
2020-09-14 16:05:34 +08:00
parent 26c9654894
commit 7f0993d968
23 changed files with 488 additions and 195 deletions
@@ -115,6 +115,21 @@ class AddressObject implements DataTransferObject
return $this->country;
}
/**
* @return int
*/
public function getDefault(): int
{
return $this->default;
}
/**
* @return int
*/
public function getBilling(): int
{
return $this->billing;
}
}