mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
Fix psalm
This commit is contained in:
parent
ea96f9d8d3
commit
e6ce818d67
1 changed files with 3 additions and 3 deletions
|
@ -153,9 +153,9 @@ return array(
|
|||
new SettingsMap(
|
||||
$container->get( 'settings.data.onboarding' ),
|
||||
array(
|
||||
'is_casual_seller' => null,
|
||||
'are_optional_payment_methods_enabled' => true,
|
||||
'products' => array(),
|
||||
'is_casual_seller' => '',
|
||||
'are_optional_payment_methods_enabled' => '',
|
||||
'products' => '',
|
||||
)
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue