mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
fixes for company gateyway validation
This commit is contained in:
parent
b5a8c60db5
commit
56e925f40f
@ -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…
x
Reference in New Issue
Block a user