mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
🔥 Remove unused props from Redux store
This commit is contained in:
parent
6a36951159
commit
59d971d5fe
1 changed files with 0 additions and 8 deletions
|
@ -37,14 +37,6 @@ const defaultPersistent = Object.freeze( {
|
|||
softDescriptor: '', // Payment descriptor on statements
|
||||
landingPage: 'any', // PayPal checkout landing page
|
||||
buttonLanguage: '', // Language for PayPal buttons
|
||||
|
||||
// TODO: Connection details are provided by the Common store.
|
||||
sandboxAccountCredentials: false, // Use sandbox credentials
|
||||
sandboxMode: null, // Sandbox mode configuration
|
||||
sandboxEnabled: false, // Whether sandbox mode is active
|
||||
sandboxClientId: '', // Sandbox API client ID
|
||||
sandboxSecretKey: '', // Sandbox API secret key
|
||||
sandboxConnected: false, // Sandbox connection status
|
||||
disabledCards: [], // Disabled credit card types
|
||||
} );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue