mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
🚧 Add missing action types for new controls
This commit is contained in:
parent
ab8f8e81ae
commit
f272da5a5a
1 changed files with 4 additions and 0 deletions
|
@ -16,4 +16,8 @@ export default {
|
|||
SET_CLIENT_SECRET: 'SET_CLIENT_SECRET',
|
||||
SET_IS_CASUAL_SELLER: 'SET_IS_CASUAL_SELLER',
|
||||
SET_PRODUCTS: 'SET_PRODUCTS',
|
||||
|
||||
// Controls - always start with "DO_".
|
||||
DO_PERSIST_DATA: 'ONBOARDING:DO_PERSIST_DATA',
|
||||
DO_MANUAL_CONNECTION: 'ONBOARDING:DO_MANUAL_CONNECTION',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue