Skip to content

Instantly share code, notes, and snippets.

@bryanforbes
Created September 9, 2014 17:24
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 bryanforbes/56d872d60799a11910ca to your computer and use it in GitHub Desktop.
Save bryanforbes/56d872d60799a11910ca to your computer and use it in GitHub Desktop.
require([
'dojo/request',
], function (request) {
request.post('http://whocares.com/payment', {
data: JSON.stringify({
cardNumber: 111111111111,
expirationDate: Infinity,
transferAmount: '11000000000.00'
})
});
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment