fixes for company gateyway validation
This commit is contained in:
parent
b5a8c60db5
commit
56e925f40f
1 changed files with 4 additions and 1 deletions
|
|
@ -107,7 +107,10 @@ class TemplateEmail extends Mailable
|
|||
$message->invitation = $this->invitation;
|
||||
});
|
||||
|
||||
//hosted | plan check here
|
||||
/*TODO insert another check here for whether the attachment exists */
|
||||
nlog($this->build_email->getAttachments());
|
||||
|
||||
|
||||
foreach ($this->build_email->getAttachments() as $file) {
|
||||
|
||||
if(is_string($file))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue