Skip to content

Commit

Permalink
Update applePayCaller.js
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmc authored Dec 16, 2016
1 parent a746679 commit e9d1ab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions applePayCaller.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ function applePayButtonClicked(){
return new Promise(function(resolve, reject) {
var xhr = new XMLHttpRequest();
xhr.onload = function() {
console.log(this.responseText);
var data = JSON.parse(this.responseText);
console.log(data);
resolve(data);
Expand Down

0 comments on commit e9d1ab2

Please sign in to comment.