mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
🦺 Ensure valid default for sellerType in JS
This commit is contained in:
parent
acdf109ca8
commit
b387fff9ef
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ const defaultTransient = Object.freeze( {
|
|||
email: '',
|
||||
clientId: '',
|
||||
clientSecret: '',
|
||||
sellerType: 'unknown',
|
||||
} ),
|
||||
|
||||
wooSettings: Object.freeze( {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue