ministryofjustice/Claim-for-Crown-Court-Defence

View on GitHub
app/services/ccr/fee/warrant_fee_adapter.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module CCR
  module Fee
    class WarrantFeeAdapter < SimpleBillAdapter
      acts_as_simple_bill bill_type: 'AGFS_ADVANCE', bill_subtype: 'AGFS_WARRANT'
    end
  end
end