lib/pagseguro/base.rb in pagseguro-0.1.10 vs lib/pagseguro/base.rb in pagseguro-0.1.11.beta1

- old
+ new

@@ -1,10 +1,10 @@ module PagSeguro extend self # PagSeguro receives all invoices in this URL. If developer mode is enabled, # then the URL will be /pagseguro_developer/invoice - GATEWAY_URL = "https://pagseguro.uol.com.br/security/webpagamentos/webpagto.aspx" + GATEWAY_URL = "https://pagseguro.uol.com.br/pagseguro-ws/checkout/NPI.jhtml" # Hold the config/pagseguro.yml contents @@config = nil # The path to the configuration file