vtex / vtex.js

VTEX SDK for JavaScript
MIT License
120 stars 52 forks source link

Remove broken cookie on checkout script #84

Closed lucasecdb closed 2 years ago

lucasecdb commented 2 years ago

What is the purpose of this pull request?

This PR removes the cookie with the name [Object object], which affected the cart cookie on Checkout API.

What problem is this solving?

The cookie has invalid characters that the .NET Framework can't parse, and because of this the API can't read the cart cookie if this other cookie is present in the request headers.

How should this be manually tested?

N/A

Screenshots or example usage

N/A

Types of changes

lbebber commented 2 years ago

aprovei, nao sei se vamos subir isso no fim das contas dado que o parceiro parece ter feito isso ja no codigo deles, mas se precisar ta aprovado

lucasecdb commented 2 years ago

closing, as the change was already made on the faulty script