Getting ready for production deployment for phase 2 of Voucherify

This commit is contained in:
Dillon
2023-07-28 16:07:02 +08:00
parent 195aa4f8f1
commit b076b8aa54
@@ -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)];
}