1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Fixes for wave (set import prefix to -invoice as there is only a single accounting file for wave

This commit is contained in:
David Bomba 2024-07-25 08:25:37 +10:00
parent 379656bc2b
commit 78fc17b1cb

View File

@ -196,7 +196,7 @@ class WaveTest extends TestCase
'import_type' => 'waveaccounting',
];
Cache::put($hash.'-expense', base64_encode($csv), 360);
Cache::put($hash.'-invoice', base64_encode($csv), 360);
$csv_importer = new Wave($data, $this->company);