diff --git a/app/views/admin/AnalyticsSubscriptionsView.coffee b/app/views/admin/AnalyticsSubscriptionsView.coffee index ab731b121..d581ecf3f 100644 --- a/app/views/admin/AnalyticsSubscriptionsView.coffee +++ b/app/views/admin/AnalyticsSubscriptionsView.coffee @@ -311,7 +311,7 @@ module.exports = class AnalyticsSubscriptionsView extends RootView getAnalyticsInvoices = (done) => @updateFetchDataState "Fetching invoices #{Object.keys(invoices).length}..." options = - url: '/db/analytics_stripe_invoice/-/all' + url: '/db/analytics.stripe.invoice/-/all' method: 'GET' options.error = (model, response, options) => return if @destroyed