mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
🐛 WooCommerce - Fixed wrong postcode field name in orders (#2253)
This commit is contained in:
@@ -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: '',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user