Disable funding soures for Pay Later preview

This commit is contained in:
Narek Zakarian 2022-11-17 16:58:58 +04:00
parent 7051e86003
commit 2775f7dd9d
4 changed files with 22 additions and 3 deletions

View file

@ -24,7 +24,9 @@ class SettingsPagesAssetsTest extends TestCase
'EUR',
'DE',
true,
array());
array(),
array()
);
when('is_admin')
->justReturn(true);