We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b7a77 commit 4883443Copy full SHA for 4883443
functions/lib/integration/parsers/order-to-tiny/index.js
@@ -33,6 +33,8 @@ module.exports = (order, appData, storeId) => {
33
tinyObject[tinyField] = String(address[addressField]).substring(0, maxLength).replaceAll('&', 'e')
34
} else if (tinyField === 'numero' && appData.non_number) {
35
tinyObject['numero'] = '0'
36
+ } else if (tinyField === 'numero' && !appData.non_number) {
37
+ tinyObject['numero'] = 'S/N'
38
}
39
})
40
0 commit comments