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

This commit is contained in:
Dillon
2023-07-28 12:29:35 +08:00
@@ -168,7 +168,7 @@ class CreateCustomerLogic extends AbstractControllerLogic
$this->newCustomerToVoucherifyProcessor->execute($company->id, $user, true);
$this->createVoucherProcessor->execute($user, 'WELCOME2EXCHANGE');
$this->createVoucherProcessor->execute($user, 'WELCOME50%OFF');
return $this->response($this->authenticationProcessor->execute($request, false));