diff --git a/.env.example b/.env.example old mode 100644 new mode 100755 index 3076945..74754b4 --- a/.env.example +++ b/.env.example @@ -58,8 +58,10 @@ SENTRY_TRACES_SAMPLE_RATE=1 LOG_SLACK_WEBHOOK_URL=http://127.0.0.1:8000/slack -INSPECTOR_URL=http://127.0.0.1:8000/inspector +INSPECTOR_URL=http://inspector@127.0.0.1:8000 INSPECTOR_API_KEY=test INSPECTOR_ENABLE=true GOOGLE_TAGMANAGER_ID= + +BUGGREGATOR_URL=https://test.buggregator.dev/ diff --git a/app/Mail/OrderShipped.php b/app/Mail/OrderShipped.php index 19e7c53..8e6d109 100644 --- a/app/Mail/OrderShipped.php +++ b/app/Mail/OrderShipped.php @@ -15,6 +15,7 @@ public function __construct(string $subject) $this->subject($subject) ->cc(['cc@site.com']) ->bcc(['bcc@site.com']) + ->attachFromStorage('order.txt') ->replyTo('reply-to@site.com', 'To name'); } diff --git a/resources/views/inspector.blade.php b/resources/views/inspector.blade.php index 9029b49..dfc495b 100644 --- a/resources/views/inspector.blade.php +++ b/resources/views/inspector.blade.php @@ -8,6 +8,6 @@