Tiny improvement on business logic from test case

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