Skip to content

Commit 6aa5c7e

Browse files
committed
Disabled send invoice
1 parent d2ceec4 commit 6aa5c7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Http/Livewire/SendInvoice.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ public function send()
5252

5353
$this->generateUrl();
5454

55-
Mail::send(new \VentureDrake\LaravelCrm\Mail\SendQuote([
55+
/*Mail::send(new \VentureDrake\LaravelCrm\Mail\SendQuote([
5656
'to' => $this->to,
5757
'subject' => $this->subject,
5858
'message' => $this->message,
5959
'cc' => $this->cc,
6060
'onlineInvoiceLink' => $this->signedUrl,
61-
]));
61+
]));*/
6262

6363
/*Notification::route('mail', $this->email)
6464
->notify(new OrderSharedNotification(auth()->user(), auth()->user()->currentTeam, $this->order, $this->signedUrl));*/

0 commit comments

Comments
 (0)