Merge pull request #1500 from jitendra-webkul/refund

Removed comment from Order.php listener file
This commit is contained in:
Jitendra Singh 2019-09-20 19:39:16 +05:30 committed by GitHub
commit e1aedd8ac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -58,11 +58,11 @@ class Order {
*/
public function sendNewRefundMail($refund)
{
// try {
try {
Mail::queue(new NewRefundNotification($refund));
// } catch (\Exception $e) {
} catch (\Exception $e) {
// }
}
}
/**