lib/active_merchant/billing/gateway.rb in activemerchant-1.125.0 vs lib/active_merchant/billing/gateway.rb in activemerchant-1.126.0
- old
+ new
@@ -93,10 +93,11 @@
processing_error: 'processing_error',
call_issuer: 'call_issuer',
pickup_card: 'pick_up_card',
config_error: 'config_error',
test_mode_live_card: 'test_mode_live_card',
- unsupported_feature: 'unsupported_feature'
+ unsupported_feature: 'unsupported_feature',
+ invalid_amount: 'invalid_amount'
}
cattr_reader :implementations
@@implementations = []