diff --git a/app/views/account/InvoicesView.coffee b/app/views/account/InvoicesView.coffee index 0302e553d..cf458485a 100644 --- a/app/views/account/InvoicesView.coffee +++ b/app/views/account/InvoicesView.coffee @@ -5,8 +5,6 @@ utils = require 'core/utils' # Internal amount and query params are in cents, display and web form input amount is in USD -# TODO: not supporting bitcoin currently because it pays without a confirmation step - module.exports = class InvoicesView extends RootView id: "invoices-view" template: template