mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Disable funding soures for Pay Later preview
This commit is contained in:
parent
7051e86003
commit
2775f7dd9d
4 changed files with 22 additions and 3 deletions
|
@ -24,7 +24,9 @@ class SettingsPagesAssetsTest extends TestCase
|
|||
'EUR',
|
||||
'DE',
|
||||
true,
|
||||
array());
|
||||
array(),
|
||||
array()
|
||||
);
|
||||
|
||||
when('is_admin')
|
||||
->justReturn(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue