Skip to content

Commit

Permalink
Update ButtonWithImage.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chtrembl committed Feb 7, 2024
1 parent 5f3a837 commit cb7c82a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ function ButtonWithImage({ data, className }) {
const csrf = url.split('csrf=')[1].split('&')[0];
const arr = url.split('arr=')[1];
const azureURL = `https://azurepetstore.com/api/updatecart?csrf=${csrf}&productId=${productId}`;

console.log(azureURL);

fetch(azureURL, {
Expand Down

0 comments on commit cb7c82a

Please sign in to comment.