Getting ready for production deployment for phase 2 of Voucherify

This commit is contained in:
Dillon
2023-07-28 11:18:41 +08:00
parent 79a153d3e5
commit 34150e9950
@@ -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)];
}