Skip to content

Commit

Permalink
Merge pull request #10 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 authored Jan 15, 2024
2 parents 8ff891a + e74fd2a commit 4234ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/controllers/payment_test/payments_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def index

def set_failed_state
new_state = params.require(:state)
target_method = "set_status_#{new_state.to_s.downcase}".to_sym
target_method = "set_status_#{new_state.to_s.downcase}"

begin
::Killbill::PaymentTest::PaymentTestClient.send(target_method, nil, options_for_klient)
Expand Down
2 changes: 1 addition & 1 deletion lib/payment_test/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# We need to explicitly require all of our dependencies listed in payment_test.gemspec
#
# See also https://github.com/carlhuda/bundler/issues/49
require 'killbill-assets-ui'
require 'killbill_assets_ui'
require 'killbill_client'

module PaymentTest
Expand Down

0 comments on commit 4234ec2

Please sign in to comment.