Merge branch 'dillon/38-voucherify-phase-2' into development

This commit is contained in:
Dillon
2023-07-29 08:02:33 +08:00
@@ -43,7 +43,7 @@ class CreateVoucherifyOrderObject implements DataTransferObject
/**
* @return int
*/
public function getCompanyId(): string
public function getCompanyId(): int
{
return $this->companyId;
}