Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Last active July 3, 2019 12:09
Show Gist options
  • Save indreklasn/76f2b9e88a1244c56820deff2d3b66de to your computer and use it in GitHub Desktop.
Save indreklasn/76f2b9e88a1244c56820deff2d3b66de to your computer and use it in GitHub Desktop.
buyButton.addEventListener('click', () => {
const request = new PaymentRequest(
buildSupportedPaymentMethodData(),
buildShoppingCartDetails()
);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment