lib/balanced.rb in balanced-0.2.0 vs lib/balanced.rb in balanced-0.2.1
- old
+ new
@@ -8,12 +8,12 @@
autoload :ApiKey, 'balanced/resources'
autoload :Marketplace, 'balanced/resources'
@client = nil
@config = {
- :scheme => 'http',
- :host => 'localhost',
- :port => 5000,
+ :scheme => 'https',
+ :host => 'api.balancedpayments.com',
+ :port => 443,
:version => '1',
}
class << self
\ No newline at end of file