lib/active_merchant/billing/gateways/pro_pay.rb in activemerchant-1.108.0 vs lib/active_merchant/billing/gateways/pro_pay.rb in activemerchant-1.109.0
- old
+ new
@@ -4,13 +4,13 @@
module Billing #:nodoc:
class ProPayGateway < Gateway
self.test_url = 'https://xmltest.propay.com/API/PropayAPI.aspx'
self.live_url = 'https://epay.propay.com/api/propayapi.aspx'
- self.supported_countries = ['US', 'CA']
+ self.supported_countries = %w[US CA]
self.default_currency = 'USD'
self.money_format = :cents
- self.supported_cardtypes = [:visa, :master, :american_express, :discover]
+ self.supported_cardtypes = %i[visa master american_express discover]
self.homepage_url = 'https://www.propay.com/'
self.display_name = 'ProPay'
STATUS_RESPONSE_CODES = {