🦺 Ensure valid default for sellerType in JS

This commit is contained in:
Philipp Stracker 2025-02-10 18:54:09 +01:00
parent acdf109ca8
commit b387fff9ef
No known key found for this signature in database

View file

@ -26,6 +26,7 @@ const defaultTransient = Object.freeze( {
email: '', email: '',
clientId: '', clientId: '',
clientSecret: '', clientSecret: '',
sellerType: 'unknown',
} ), } ),
wooSettings: Object.freeze( { wooSettings: Object.freeze( {