mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
🐛 WooCommerce - Fixed wrong postcode field name in orders (#2253)
This commit is contained in:
parent
3af223cd8e
commit
37e5b406f8
|
@ -232,7 +232,7 @@ export const orderFields = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Postal Code',
|
displayName: 'Postal Code',
|
||||||
name: 'postalCode',
|
name: 'postcode',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
},
|
},
|
||||||
|
@ -645,7 +645,7 @@ export const orderFields = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Postal Code',
|
displayName: 'Postal Code',
|
||||||
name: 'postalCode',
|
name: 'postcode',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue