Fixes for wave (set import prefix to -invoice as there is only a single accounting file for wave
This commit is contained in:
parent
379656bc2b
commit
78fc17b1cb
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue