Skip to content

Instantly share code, notes, and snippets.

@Lkubok
Last active June 15, 2020 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lkubok/9f5a15453d765f13964710c5846bf654 to your computer and use it in GitHub Desktop.
Save Lkubok/9f5a15453d765f13964710c5846bf654 to your computer and use it in GitHub Desktop.
paypal4
onAuthorize: function(data, actions)
{
return actions.payment.execute().then(function()
{
// Show a confirmation message to the buyer
window.alert('Thank you for your purchase!');
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment