lib/active_merchant/billing/gateways/pay_secure.rb in activemerchant-1.108.0 vs lib/active_merchant/billing/gateways/pay_secure.rb in activemerchant-1.109.0
- old
+ new
@@ -18,10 +18,10 @@
SUCCESS_MESSAGE = 'The transaction was approved'
self.supported_countries = ['AU']
self.homepage_url = 'http://www.commsecure.com.au/paysecure.shtml'
self.display_name = 'PaySecure'
- self.supported_cardtypes = [:visa, :master, :american_express, :diners_club]
+ self.supported_cardtypes = %i[visa master american_express diners_club]
def initialize(options = {})
requires!(options, :login, :password)
super
end