lib/active_merchant/billing/gateways/qbms.rb in activemerchant-1.108.0 vs lib/active_merchant/billing/gateways/qbms.rb in activemerchant-1.109.0
- old
+ new
@@ -9,10 +9,10 @@
self.live_url = 'https://webmerchantaccount.quickbooks.com/j/AppGateway'
self.homepage_url = 'http://payments.intuit.com/'
self.display_name = 'QuickBooks Merchant Services'
self.default_currency = 'USD'
- self.supported_cardtypes = [:visa, :master, :discover, :american_express, :diners_club, :jcb]
+ self.supported_cardtypes = %i[visa master discover american_express diners_club jcb]
self.supported_countries = ['US']
TYPES = {
authorize: 'CustomerCreditCardAuth',
capture: 'CustomerCreditCardCapture',