Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gilv93 committed Feb 27, 2024
1 parent e4f3670 commit 442ed3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/recurly/element/element.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,7 @@ export default class Element extends Emitter {
}

notifyCoBrandResult (body) {
console.log(body);
this.emit('coBrands', body);
this.emit('coBrands', { coBrandSupport: body.coBrandSupport, supportedBrands: body.supportedBrands });
}
}

Expand Down

0 comments on commit 442ed3a

Please sign in to comment.