We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc34892 commit c0507e4Copy full SHA for c0507e4
1 file changed
functions/lib/buzzlead/send-conversions.js
@@ -85,7 +85,7 @@ module.exports = async ({ appSdk, storeId, auth }, order, appData) => {
85
throw new Error('Unexpected response status');
86
}
87
} catch (error) {
88
- if (error.response?.data?.message?.includes('Conversão já gerada') {
+ if (error.response?.data?.message?.includes('Conversão já gerada')) {
89
return null;
90
91
console.error('Error making request:', error);
0 commit comments