diff --git a/Interfaces/GSD/Import/AccountImport.php b/Interfaces/GSD/Import/AccountImport.php index 8b13789..0dca4cb 100644 --- a/Interfaces/GSD/Import/AccountImport.php +++ b/Interfaces/GSD/Import/AccountImport.php @@ -1 +1,28 @@ +getData('start') ?? 'now'); $end = new \DateTime($request->getData('end') ?? 'now'); - $type = (int) ($request->getData('type') ?? 0); + $type = (int) ($request->getData('type') ?? 0); $source = (int) ($request->getData('source') ?? 0); if ($type === ExchangeType::CUSTOMER) { @@ -136,7 +134,7 @@ final class Importer extends ImporterAbstract public function importAddress(\DateTime $start, \DateTime $end): void { while (($line = \fgetcsv($this->remote)) !== false) { - + var_dump($line); } } @@ -152,7 +150,7 @@ final class Importer extends ImporterAbstract */ public function importCustomer(\DateTime $start, \DateTime $end): void { - $euTIN = CustomerIdTypeMapper::getByType(CustomerIdType::EU_TIN); + $euTIN = CustomerIdTypeMapper::getByType(CustomerIdType::EU_TIN); $gerTIN = CustomerIdTypeMapper::getByType(CustomerIdType::GER_TIN); while (($line = \fgetcsv($this->remote)) !== false) {