Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Updated URL of co-cart page (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
sahidurrahman authored Aug 24, 2021
1 parent 1be588d commit ec7c9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BasketTransfer.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ export default function transferBasket(lineItems) {
.then(response => response.json())
.then(data => {
console.log(data);
window.location.href = "https://www.target.com/co-cart?access_token="+accessToken;
window.location.href = "https://www.target.com/cart?access_token="+accessToken;
});
}

0 comments on commit ec7c9ca

Please sign in to comment.