ministryofjustice/Claim-for-Crown-Court-Defence

View on GitHub
app/services/cclf/fee/hardship_fee_adapter.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module CCLF
  module Fee
    class HardshipFeeAdapter < SimpleBillAdapter
      acts_as_simple_bill bill_type: 'FEE_ADVANCE', bill_subtype: 'HARDSHIP'
    end
  end
end