lib/active_merchant/billing/gateways/nab_transact.rb in activemerchant-1.95.0 vs lib/active_merchant/billing/gateways/nab_transact.rb in activemerchant-1.96.0

- old
+ new

@@ -10,10 +10,10 @@ class_attribute :test_periodic_url, :live_periodic_url self.test_url = 'https://demo.transact.nab.com.au/xmlapi/payment' self.live_url = 'https://transact.nab.com.au/live/xmlapi/payment' - self.test_periodic_url = 'https://transact.nab.com.au/xmlapidemo/periodic' + self.test_periodic_url = 'https://demo.transact.nab.com.au/xmlapi/periodic' self.live_periodic_url = 'https://transact.nab.com.au/xmlapi/periodic' self.supported_countries = ['AU'] self.supported_cardtypes = [:visa, :master, :american_express, :diners_club, :jcb]