lib/ebanx.rb in ebanx-1.3.4 vs lib/ebanx.rb in ebanx-1.3.5

- old
+ new

@@ -51,10 +51,10 @@ attr_accessor :integration_key, :test_mode, :parse_response end def self.base_uri if @test_mode - 'https://sandbox.ebanx.com/ws/' + 'https://sandbox.ebanxpay.com/ws/' else 'https://api.ebanxpay.com/ws/' end end