Skip to content

Commit

Permalink
remove unnecessary element
Browse files Browse the repository at this point in the history
  • Loading branch information
gilv93 committed Sep 6, 2023
1 parent b8f880f commit 4e7209c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/recurly/amazon/amazon-pay.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ class AmazonPay extends Emitter {
this.frame = this.recurly.Frame({
path: '/amazon_pay/start',
type: Frame.TYPES.FRAME,
defaultEventName,
// container: element,
defaultEventName
}).on('error', cause => console.log(cause))
.on('done', results => {
this.emit('token', results);
Expand Down

0 comments on commit 4e7209c

Please sign in to comment.