fixes for company gateyway validation

This commit is contained in:
David Bomba 2021-07-24 11:05:00 +10:00
parent b5a8c60db5
commit 56e925f40f

View File

@ -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))