Skip to content

Commit

Permalink
send email to ca
Browse files Browse the repository at this point in the history
  • Loading branch information
GauravGusain98 committed Nov 28, 2024
1 parent ec28822 commit 6f69041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Modules/Invoice/Console/SendEmailForUploadedInvoices.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function handle()
'international' => [
'folderName' => 'Invoices - Ex (International)',
'folderLink' => null,
]
],
];
foreach ($invoiceFolderNames as $key => $folderDetail) {
$countryFolderName = $folderDetail['folderName'];
Expand Down
2 changes: 1 addition & 1 deletion Modules/Invoice/Emails/SendUploadedInvoicesMail.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function build()
->view('invoice::mail.uploaded-invoice-folder-details-mail')
->with([
'invoicesFolderDetails' => $this->invoicesFolderDetails,
'monthYear' => $monthYear
'monthYear' => $monthYear,
]);
}
}

0 comments on commit 6f69041

Please sign in to comment.