Skip to content

Commit

Permalink
Merge pull request #9 from tungleduyxyz/rename_killbill_assest_ui
Browse files Browse the repository at this point in the history
Rename killbill-assest-ui to killbill_assets_ui
  • Loading branch information
pierre committed Jan 15, 2024
2 parents b938d18 + 66fe9e5 commit af7b71b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/controllers/deposit/collection_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def account_invoices
pages ||= []

# Until we support server-side sorting
ordering = ((params[:order] || {})[:'0'] || {})
ordering = (params[:order] || {})[:'0'] || {}
ordering_column = (ordering[:column] || 0).to_i
ordering_dir = ordering[:dir] || 'asc'
unless search_key.nil?
Expand Down
2 changes: 1 addition & 1 deletion lib/deposit/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

require 'money-rails'
require 'killbill_client'
require 'killbill-assets-ui'
require 'killbill_assets_ui'

module Deposit
class Engine < ::Rails::Engine
Expand Down

0 comments on commit af7b71b

Please sign in to comment.