Added command line send/reject for orders
This commit is contained in:
@@ -50,6 +50,6 @@ class OrderRequestApprove extends Mailable
|
||||
return $this
|
||||
->markdown('email.admin.order.approve')
|
||||
->subject($subject)
|
||||
->with(['site'=>config('SITE_SETUP')]);
|
||||
->with(['site'=>$this->service->site]);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user