lib/active_merchant/billing/gateways/trexle.rb in activemerchant-1.108.0 vs lib/active_merchant/billing/gateways/trexle.rb in activemerchant-1.109.0
- old
+ new
@@ -8,10 +8,10 @@
self.money_format = :cents
self.supported_countries = %w(AD AE AT AU BD BE BG BN CA CH CY CZ DE DK EE EG ES FI FR GB
GI GR HK HU ID IE IL IM IN IS IT JO KW LB LI LK LT LU LV MC
MT MU MV MX MY NL NO NZ OM PH PL PT QA RO SA SE SG SI SK SM
TR TT UM US VA VN ZA)
- self.supported_cardtypes = [:visa, :master, :american_express]
+ self.supported_cardtypes = %i[visa master american_express]
self.homepage_url = 'https://trexle.com'
self.display_name = 'Trexle'
def initialize(options = {})
requires!(options, :api_key)