Skip to content

Commit

Permalink
Log payment complete data
Browse files Browse the repository at this point in the history
  • Loading branch information
Enngage committed Sep 24, 2018
1 parent a077b66 commit d925505
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ export class AppComponent implements AfterViewInit, OnInit {
},
onPaymentComplete: (data, actions) => {
console.log('OnPaymentComplete');
console.log(data);
},
onCancel: (data, actions) => {
console.log('OnCancel');
Expand Down

0 comments on commit d925505

Please sign in to comment.