Skip to content

Instantly share code, notes, and snippets.

@Lkubok
Created June 15, 2020 17:21
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/3ad9034881cb8fa95f3ca23a95c1ed71 to your computer and use it in GitHub Desktop.
Save Lkubok/3ad9034881cb8fa95f3ca23a95c1ed71 to your computer and use it in GitHub Desktop.
paypal2
payment: function(data, actions) {
return actions.payment.create({
transactions: [{
amount: {
total: '0.01',
currency: 'USD'
}
}]
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment