Fixes for verifyphone
@ -47,11 +47,11 @@ class HasValidPhoneNumber implements Rule
|
||||
if(!$sid)
|
||||
return true;
|
||||
|
||||
$twilio = new Twilio\Rest\Client($sid, $token);
|
||||
$twilio = new \Twilio\Rest\Client($sid, $token);
|
||||
|
||||
$country = auth()->user()->account?->companies()?->first()?->country();
|
||||
|
||||
if(!$country || strlen($user->phone) < 2)
|
||||
if(!$country || strlen(auth()->user()->phone) < 2)
|
||||
return true;
|
||||
|
||||
$countryCode = $country->iso_3166_2;
|
||||
|
0
bootstrap/app.php
Executable file → Normal file
0
bootstrap/cache/.gitignore
vendored
Executable file → Normal file
0
public/.htaccess
Executable file → Normal file
0
public/assets/AssetManifest.json
Executable file → Normal file
0
public/assets/FontManifest.json
Executable file → Normal file
0
public/assets/LICENSE
Executable file → Normal file
0
public/assets/NOTICES
Executable file → Normal file
0
public/assets/assets/images/google-icon.png
Executable file → Normal file
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
0
public/assets/assets/images/logo.png
Executable file → Normal file
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
0
public/assets/assets/images/payment_types/ach.png
Executable file → Normal file
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
0
public/assets/assets/images/payment_types/amex.png
Executable file → Normal file
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
0
public/assets/assets/images/payment_types/carteblanche.png
Executable file → Normal file
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
0
public/assets/assets/images/payment_types/dinerscard.png
Executable file → Normal file
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
0
public/assets/assets/images/payment_types/discover.png
Executable file → Normal file
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
0
public/assets/assets/images/payment_types/jcb.png
Executable file → Normal file
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
0
public/assets/assets/images/payment_types/laser.png
Executable file → Normal file
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
0
public/assets/assets/images/payment_types/maestro.png
Executable file → Normal file
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
0
public/assets/assets/images/payment_types/mastercard.png
Executable file → Normal file
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
0
public/assets/assets/images/payment_types/other.png
Executable file → Normal file
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
0
public/assets/assets/images/payment_types/paypal.png
Executable file → Normal file
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
0
public/assets/assets/images/payment_types/solo.png
Executable file → Normal file
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
0
public/assets/assets/images/payment_types/switch.png
Executable file → Normal file
Before Width: | Height: | Size: 938 B After Width: | Height: | Size: 938 B |
0
public/assets/assets/images/payment_types/unionpay.png
Executable file → Normal file
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
0
public/assets/assets/images/payment_types/visa.png
Executable file → Normal file
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
0
public/assets/fonts/MaterialIcons-Regular.otf
Executable file → Normal file
0
public/assets/fonts/MaterialIcons-Regular.ttf
Executable file → Normal file
0
public/assets/fonts/Roboto-Regular.ttf
Executable file → Normal file
0
public/assets/packages/flutter_auth_buttons/fonts/Roboto-Medium.ttf
Executable file → Normal file
0
public/assets/packages/flutter_auth_buttons/fonts/SF-Pro-Medium.ttf
Executable file → Normal file
0
public/assets/packages/flutter_auth_buttons/graphics/Twitter_Logo_Blue.png
Executable file → Normal file
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
0
public/assets/packages/flutter_auth_buttons/graphics/apple_logo_black.png
Executable file → Normal file
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
0
public/assets/packages/flutter_auth_buttons/graphics/apple_logo_white.png
Executable file → Normal file
Before Width: | Height: | Size: 881 B After Width: | Height: | Size: 881 B |
0
public/assets/packages/flutter_auth_buttons/graphics/flogo-HexRBG-Wht-100.png
Executable file → Normal file
Before Width: | Height: | Size: 704 B After Width: | Height: | Size: 704 B |
0
public/assets/packages/flutter_auth_buttons/graphics/google-logo.png
Executable file → Normal file
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |
0
public/assets/packages/flutter_auth_buttons/graphics/ms-symbollockup_mssymbol_19.png
Executable file → Normal file
Before Width: | Height: | Size: 162 B After Width: | Height: | Size: 162 B |
0
public/assets/packages/font_awesome_flutter/lib/fonts/fa-brands-400.ttf
Executable file → Normal file
0
public/assets/packages/font_awesome_flutter/lib/fonts/fa-regular-400.ttf
Executable file → Normal file
0
public/assets/packages/font_awesome_flutter/lib/fonts/fa-solid-900.ttf
Executable file → Normal file
0
public/assets/web/assets/fonts/Roboto-Regular.ttf
Executable file → Normal file
0
public/css/app.css
vendored
Executable file → Normal file
0
public/css/ninja.css
vendored
Executable file → Normal file
0
public/css/ninja.min.css
vendored
Executable file → Normal file
0
public/favicon.ico
Executable file → Normal file
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
0
public/favicon.png
Executable file → Normal file
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
0
public/flutter_service_worker.js
vendored
Executable file → Normal file
0
public/icons/Icon-192.png
Executable file → Normal file
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
0
public/icons/Icon-512.png
Executable file → Normal file
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
0
public/images/american-express.png
Executable file → Normal file
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
0
public/images/created-by-invoiceninja-new.png
Executable file → Normal file
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
0
public/images/created-by-invoiceninja.jpg
Executable file → Normal file
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
0
public/images/diners-club.png
Executable file → Normal file
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
0
public/images/discover.png
Executable file → Normal file
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
0
public/images/invoiceninja-black-logo-2.png
Executable file → Normal file
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
0
public/images/invoiceninja-white-logo.png
Executable file → Normal file
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
0
public/images/logo.png
Executable file → Normal file
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
0
public/images/mastercard.png
Executable file → Normal file
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
0
public/images/paypal.png
Executable file → Normal file
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
0
public/images/svg/activity.svg
Executable file → Normal file
Before Width: | Height: | Size: 277 B After Width: | Height: | Size: 277 B |
0
public/images/svg/align-left.svg
Executable file → Normal file
Before Width: | Height: | Size: 388 B After Width: | Height: | Size: 388 B |
0
public/images/svg/clock.svg
Executable file → Normal file
Before Width: | Height: | Size: 299 B After Width: | Height: | Size: 299 B |
0
public/images/svg/credit-card.svg
Executable file → Normal file
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 324 B |
0
public/images/svg/dark/activity.svg
Executable file → Normal file
Before Width: | Height: | Size: 278 B After Width: | Height: | Size: 278 B |
0
public/images/svg/dark/align-left.svg
Executable file → Normal file
Before Width: | Height: | Size: 391 B After Width: | Height: | Size: 391 B |
0
public/images/svg/dark/clock.svg
Executable file → Normal file
Before Width: | Height: | Size: 299 B After Width: | Height: | Size: 299 B |
0
public/images/svg/dark/credit-card.svg
Executable file → Normal file
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 324 B |
0
public/images/svg/dark/download.svg
Executable file → Normal file
Before Width: | Height: | Size: 365 B After Width: | Height: | Size: 365 B |
0
public/images/svg/dark/file-text.svg
Executable file → Normal file
Before Width: | Height: | Size: 469 B After Width: | Height: | Size: 469 B |
0
public/images/svg/dark/file.svg
Executable file → Normal file
Before Width: | Height: | Size: 332 B After Width: | Height: | Size: 332 B |
0
public/images/svg/dark/shield.svg
Executable file → Normal file
Before Width: | Height: | Size: 274 B After Width: | Height: | Size: 274 B |
0
public/images/svg/dark/user.svg
Executable file → Normal file
Before Width: | Height: | Size: 308 B After Width: | Height: | Size: 308 B |
0
public/images/svg/download.svg
Executable file → Normal file
Before Width: | Height: | Size: 365 B After Width: | Height: | Size: 365 B |
0
public/images/svg/file-text.svg
Executable file → Normal file
Before Width: | Height: | Size: 468 B After Width: | Height: | Size: 468 B |
0
public/images/svg/file.svg
Executable file → Normal file
Before Width: | Height: | Size: 332 B After Width: | Height: | Size: 332 B |
0
public/images/svg/shield.svg
Executable file → Normal file
Before Width: | Height: | Size: 274 B After Width: | Height: | Size: 274 B |
0
public/images/svg/user.svg
Executable file → Normal file
Before Width: | Height: | Size: 308 B After Width: | Height: | Size: 308 B |
0
public/images/visa.png
Executable file → Normal file
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |