Skip to content

Commit

Permalink
Fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
tungleduyxyz committed Jan 15, 2024
1 parent 1e67fbb commit e74fd2a
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit e74fd2a

Please sign in to comment.