credits_list: function() {
        var customer = this.get('customer.href');
        var credits = this.get('credits') || Ember.A();

        if (!customer) {