mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 12:25:15 +08:00
✨ Add Redux defaults for read-only wooSettings
This commit is contained in:
parent
4f0f71f5e0
commit
681f420b12
1 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,12 @@ import ACTION_TYPES from './action-types';
|
|||
const defaultTransient = {
|
||||
isReady: false,
|
||||
isBusy: false,
|
||||
|
||||
// Read only values, provided by the server via hydrate.
|
||||
wooSettings: {
|
||||
storeCountry: '',
|
||||
storeCurrency: '',
|
||||
},
|
||||
};
|
||||
|
||||
const defaultPersistent = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue