Skip to content

Commit

Permalink
Merge branch 'master' of github.com:zyra/cordova-plugin-stripe
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Jul 3, 2017
2 parents bb7de11 + 6ae65ba commit 39db2e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ var card = {
currency: 'CAD' // Three-letter ISO currency code (optional)
};

function onSuccess(token) {
console.log('Got card token!', token);
function onSuccess(tokenId) {
console.log('Got card token!', tokenId);
}

function onError(errorMessage) {
Expand Down

0 comments on commit 39db2e1

Please sign in to comment.