mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-08 21:52:55 +08:00
Save pay later messaging config to database
This commit is contained in:
parent
a652f21629
commit
66c6fb17b8
6 changed files with 70 additions and 37 deletions
|
@ -34,7 +34,7 @@ const useHooks = () => {
|
|||
};
|
||||
};
|
||||
|
||||
export const useState = () => {
|
||||
export const useStore = () => {
|
||||
const { persist, isReady } = useHooks();
|
||||
return { persist, isReady };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue