Skip to content

Commit

Permalink
rent system
Browse files Browse the repository at this point in the history
  • Loading branch information
sveneld committed May 24, 2024
1 parent 5afe459 commit 8ff894a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rent/RentSystemSms.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function rentBike($number, $bikeId, $force = false)
$this->number = $number;
$userId = $this->user->findUserIdByNumber($number);
if (is_null($userId)) {
$this->logger->error("Invalid number", ["number" => $number, 'sms' => $note]);
$this->logger->error("Invalid number", ["number" => $number]);
//currently do nothing
//return $this->response(_('Your number is not registered.'), ERROR);

Expand Down

0 comments on commit 8ff894a

Please sign in to comment.