mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix the tests
This commit is contained in:
parent
ee9ac2fd21
commit
10d2023d43
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ class Settings implements ContainerInterface {
|
|||
if ( $this->settings ) {
|
||||
return false;
|
||||
}
|
||||
$this->settings = get_option( self::KEY, array() );
|
||||
$this->settings = (array) get_option( self::KEY, array() );
|
||||
|
||||
$defaults = array(
|
||||
'title' => __( 'PayPal', 'woocommerce-paypal-payments' ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue