Skip to content

Commit

Permalink
Fix controller Booking : typo default phone_number
Browse files Browse the repository at this point in the history
  • Loading branch information
sudwebdesign committed Apr 24, 2024
1 parent b292e10 commit ee1d07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/Booking.php
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ public function register()
}

if (!array_key_exists('phone_number', $customer)) {
$customer['address'] = '';
$customer['phone_number'] = '';
}

// Check appointment availability before registering it to the database.
Expand Down

0 comments on commit ee1d07f

Please sign in to comment.