This content is sponsored by Uncategorized

Sponsored by Uncategorized

This content was produced by Boston Globe Media's Studio/B in collaboration with the advertiser. The news and editorial departments of The Boston Globe had no role in its production or display.

Fast button test 2


var checkoutButton = document.querySelector(“#fast-checkout-button”);
checkoutButton.addEventListener(“click”, function(event) {
Fast.checkout({
appId: “ff22da78-c330-44ce-ab3b-88b3d8968257”,
buttonId: event.target.id,
products: [{
id: “136”,
quantity: 1,
}, ],
});
});

This content was produced by Boston Globe Media's Studio/B in collaboration with the advertiser. The news and editorial departments of The Boston Globe had no role in its production or display.