diff --git a/.env.example b/.env.example index 7dbef1a..1e819c2 100644 --- a/.env.example +++ b/.env.example @@ -4,6 +4,7 @@ APP_KEY=base64:FFRogE6mJj8FaDSSHl/KpXpzqi2M+P4plxVSRgVM8JI= APP_DEBUG=true APP_URL=http://localhost API_URL=http://localhost:8000 +API_ARRAHNBID=http://lelong.test/api/ LOG_CHANNEL=stack diff --git a/config/app.php b/config/app.php index abb1b86..e45a4ec 100644 --- a/config/app.php +++ b/config/app.php @@ -242,4 +242,6 @@ return [ 'taxation' => env('TAX_AROS',true), + 'api_arrahnbid' => env('API_ARRAHNBID', 'http://lelong.test/api/') + ]; diff --git a/resources/views/customers/info.blade.php b/resources/views/customers/info.blade.php index acd0bf9..1c7067f 100644 --- a/resources/views/customers/info.blade.php +++ b/resources/views/customers/info.blade.php @@ -421,8 +421,10 @@