lib/pagseguro/base.rb in pagseguro-0.1.11 vs lib/pagseguro/base.rb in pagseguro-0.1.12

- 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/pagseguro-ws/checkout/NPI.jhtml" + GATEWAY_URL = "https://pagseguro.uol.com.br/checkout/checkout.jhtml" # Hold the config/pagseguro.yml contents @@config = nil # The path to the configuration file