We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c6c7e commit 3b4b421Copy full SHA for 3b4b421
1 file changed
functions/lib/buzzlead/send-conversions.js
@@ -65,7 +65,7 @@ module.exports = async ({ appSdk, storeId, auth }, order, appData) => {
65
)
66
67
if (responseData.success) {
68
- console.log('Conversion was successful:', responseData.conversão)
+ console.log('Conversion was successful:', responseData)
69
} else {
70
console.log('Conversion failed:', responseData)
71
}
0 commit comments