lib/active_merchant/billing/gateways/migs/migs_codes.rb in activemerchant-1.133.0 vs lib/active_merchant/billing/gateways/migs/migs_codes.rb in activemerchant-1.137.0
- old
+ new
@@ -69,9 +69,10 @@
'I' => 'Internal Payment Server system error. This could be caused by a temporary DB failure or an error in the security module or by some error in an internal system.'
}
class CreditCardType
attr_accessor :am_code, :migs_code, :migs_long_code, :name
+
def initialize(am_code, migs_code, migs_long_code, name)
@am_code = am_code
@migs_code = migs_code
@migs_long_code = migs_long_code
@name = name