lib/active_merchant/billing/gateways/payu_in.rb in activemerchant-1.108.0 vs lib/active_merchant/billing/gateways/payu_in.rb in activemerchant-1.109.0
- old
+ new
@@ -9,10 +9,10 @@
TEST_INFO_URL = 'https://test.payu.in/merchant/postservice.php?form=2'
LIVE_INFO_URL = 'https://info.payu.in/merchant/postservice.php?form=2'
self.supported_countries = ['IN']
self.default_currency = 'INR'
- self.supported_cardtypes = [:visa, :master, :american_express, :diners_club, :maestro]
+ self.supported_cardtypes = %i[visa master american_express diners_club maestro]
self.homepage_url = 'https://www.payu.in/'
self.display_name = 'PayU India'
def initialize(options={})