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

Commit

Permalink
Remove duplicate / (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
arudge authored Dec 11, 2020
1 parent 9d5b23a commit 5cf8a62
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 @@ -8,7 +8,7 @@ export default function transferBasket(lineItems) {
// This token url is not accessible to the public internet.
// For more details on how to fetch your own basket transfer tokens, reach out to [email protected]
let authTokenUrl = "https://cartstertapapi.dev.target.com/gsp/external_token/v1"
let partnersCommerceHost = "https://api.target.com/"
let partnersCommerceHost = "https://api.target.com"
var accessToken

// this function:
Expand Down

0 comments on commit 5cf8a62

Please sign in to comment.