mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
Settings UI: Move Todos config data to a dedicated REST endpoint. Add payment method - todo state sync.
This commit is contained in:
parent
f5be7481fa
commit
611dc0ae38
20 changed files with 691 additions and 26 deletions
|
@ -4,6 +4,7 @@ import {
|
|||
PaymentStoreName,
|
||||
SettingsStoreName,
|
||||
StylingStoreName,
|
||||
TodosStoreName,
|
||||
} from './index';
|
||||
import { setCompleted } from './onboarding/actions';
|
||||
|
||||
|
@ -56,6 +57,7 @@ export const addDebugTools = ( context, modules ) => {
|
|||
stores.push( PaymentStoreName );
|
||||
stores.push( SettingsStoreName );
|
||||
stores.push( StylingStoreName );
|
||||
stores.push( TodosStoreName );
|
||||
} else {
|
||||
// Only reset the common & onboarding stores to restart the onboarding wizard.
|
||||
stores.push( CommonStoreName );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue