get_refunds: function() {
        var self = this;

        this.get('refunds').then(function(refunds) {
            self.set('refund_amount', refunds.reduce(function(amount, refund) {