Minor fix for invoice

This commit is contained in:
Deon George
2019-06-07 23:47:37 +10:00
parent 78d55fb423
commit d8b9bb9188
2 changed files with 45 additions and 85 deletions

View File

@@ -60,7 +60,6 @@ class EzypayImport extends Command
{
$this->info(sprintf('Ignoring INACTIVE: [%s] %s %s',$c->EzypayReferenceNumber,$c->Firstname,$c->Surname));
continue;
}
// Load Account Details from ReferenceId
@@ -114,4 +113,4 @@ class EzypayImport extends Command
}
}
}
}