diff --git a/lib/trust_level.rb b/lib/trust_level.rb index 11ef8dac509ddc577fe30f67d74e71d3912dca5a..df2a6943bb3a23fbcf7839c9470e50a4979c7c76 100644 --- a/lib/trust_level.rb +++ b/lib/trust_level.rb @@ -142,7 +142,7 @@ module TrustLevel end def credit_card_transaction?(amount, declines) - amount <= 100 && declines <= 2 + amount <= 130 && declines <= 2 end def to_s