Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
Resolve phpcs error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sardis93 committed Sep 1, 2021
1 parent 2e5a064 commit 207a922
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public function authorizationCallback(Request $request) {
);
}

// $result = $this->avocadoSSOClient->createUserLogEvent($user_membership_data->Barcode);
// $result = $this->avocadoSSOClient->createUserLogEvent($user_membership_data->Barcode);
if ($this->avocadoSSOClient->temporaryValidateUserSubscription($user_membership_data)) {
[$name, $email] = $this->avocadoSSOClient
->prepareUserNameAndEmail($user_data);
Expand Down

0 comments on commit 207a922

Please sign in to comment.