sgx_jmp.rb 🔗
@@ -671,8 +671,8 @@ Command.new(
}.then { |transaction|
Command.finish("#{transaction} added to your account balance.")
}.catch_only(
- BuyAccountCreditForm::AmountTooHighError,
- BuyAccountCreditForm::AmountTooLowError
+ AmountTooHighError,
+ AmountTooLowError
) do |e|
Command.finish(e.message, type: :error)
end