lib/docdata/order/urls.rb in docdata-order-2.1.0 vs lib/docdata/order/urls.rb in docdata-order-2.2.0

- old
+ new

@@ -2,14 +2,14 @@ module Docdata module Order module Urls # WSDL location, see Order API 1.3. - WSDL_LIVE_URL = "https://secure.docdatapayments.com/ps/services/paymentservice/1_3?wsdl" - WSDL_TEST_URL = "https://testsecure.docdatapayments.com/ps/services/paymentservice/1_3?wsdl" + WSDL_LIVE_URL = 'https://secure.docdatapayments.com/ps/services/paymentservice/1_3?wsdl' + WSDL_TEST_URL = 'https://testsecure.docdatapayments.com/ps/services/paymentservice/1_3?wsdl' # Payment Menu base URL, see Functional API. - MENU_LIVE_URL = "https://secure.docdatapayments.com/ps/menu" - MENU_TEST_URL = "https://testsecure.docdatapayments.com/ps/menu" + MENU_LIVE_URL = 'https://secure.docdatapayments.com/ps/menu' + MENU_TEST_URL = 'https://testsecure.docdatapayments.com/ps/menu' end end end