From 6b203fcd5e2d3e7bc423b79586e0df8a29b02274 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 15 May 2016 14:07:04 +0300 Subject: [PATCH] Fix for creating vendors when importing OFX transactions --- app/Services/BankAccountService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/BankAccountService.php b/app/Services/BankAccountService.php index 72aada6e3ff9..4a3551c782fa 100644 --- a/app/Services/BankAccountService.php +++ b/app/Services/BankAccountService.php @@ -178,7 +178,7 @@ class BankAccountService extends BaseService $field => $info, 'name' => $vendorName, 'transaction_name' => $transaction['vendor_orig'], - 'vendorcontact' => [], + 'vendor_contact' => [], ]); $vendorMap[$key] = $vendor; $vendorMap[$transaction['vendor_orig']] = $vendor;