mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Make Settings::persist()
returns the result of update_option()
This commit is contained in:
parent
202502a2f9
commit
ef8fbf6b6a
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class Settings implements ContainerInterface {
|
|||
*/
|
||||
public function persist() {
|
||||
|
||||
update_option( self::KEY, $this->settings );
|
||||
return update_option( self::KEY, $this->settings );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue