diff --git a/lib/recurly/element/element.js b/lib/recurly/element/element.js index e350f3e71..fc3b2ecf3 100644 --- a/lib/recurly/element/element.js +++ b/lib/recurly/element/element.js @@ -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 }); } }