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

This commit is contained in:
Dillon
2023-07-29 07:56:16 +08:00
@@ -65,6 +65,9 @@ class CreateVoucherifyCustomerObject implements DataTransferObject
*/
public function getAcquisitionChannel(): string
{
if(!$this->isNew){
return "";
}
return $this->acquisitionChannel;
}