Method: Superpay::Configuracao#url
- Defined in:
- lib/superpay/configuracao.rb
#url ⇒ Object
12 13 14 15 16 17 18 |
# File 'lib/superpay/configuracao.rb', line 12 def url if ambiente_producao? return 'https://superpay2.superpay.com.br/checkout/servicosPagamentoCompletoWS.Services?wsdl' else return 'http://homologacao2.superpay.com.br/checkout/servicosPagamentoCompletoWS.Services?wsdl' end end |