lib/active_merchant/billing/gateways/swipe_checkout.rb in activemerchant-1.103.0 vs lib/active_merchant/billing/gateways/swipe_checkout.rb in activemerchant-1.104.0
- old
+ new
@@ -9,10 +9,10 @@
self.live_url = 'https://api.swipehq.com'
self.test_url = 'https://api.swipehq.com'
TRANSACTION_API = '/createShopifyTransaction.php'
- self.supported_countries = %w[ NZ CA ]
+ self.supported_countries = %w[NZ CA]
self.default_currency = 'NZD'
self.supported_cardtypes = [:visa, :master]
self.homepage_url = 'https://www.swipehq.com/checkout'
self.display_name = 'Swipe Checkout'
self.money_format = :dollars