Skip to content

Commit 3b4b421

Browse files
authored
Update send-conversions.js
1 parent 45c6c7e commit 3b4b421

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions/lib/buzzlead/send-conversions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ module.exports = async ({ appSdk, storeId, auth }, order, appData) => {
6565
)
6666

6767
if (responseData.success) {
68-
console.log('Conversion was successful:', responseData.conversão)
68+
console.log('Conversion was successful:', responseData)
6969
} else {
7070
console.log('Conversion failed:', responseData)
7171
}

0 commit comments

Comments
 (0)