class SelfPay::ConnectClient

Public Instance Methods

host() click to toggle source
# File lib/SelfPay/connect_client.rb, line 3
def host
  if production?
    "cliente.hysoft.com.br/Services/Ecommerce/v2"
  else
    "cliente.hysoft.com.br/Sandbox/Ecommerce/v2"
  end
end