mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-21 13:34:08 +00:00
order module (code needs cleaning up)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user