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

This commit is contained in:
Dillon
2023-07-28 16:07:09 +08:00
@@ -82,7 +82,7 @@ class AuthenticationProcessor
}
//cief todo: case study 1
$this->checkMilestonesForRewardProcessor->execute($user, [Milestones::MILESTONE_1]);
//$this->checkMilestonesForRewardProcessor->execute($user, [Milestones::MILESTONE_1]);
return ['access_token' => $this->generatesAuthenticationToken->execute($user), 'redirect_url' => $this->authenticationRedirect->url($user)];
}