Skip to content

Commit

Permalink
Corrected the URL needed to call the public API
Browse files Browse the repository at this point in the history
  • Loading branch information
plindelauf committed Dec 15, 2011
1 parent ce28c51 commit b749740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fastspring-saasy/localized_store_pricing.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module FastSpring
class LocalizedStorePricing
include HTTParty
base_uri 'https://api.fastspring.com'
base_uri 'http://sites.fastspring.com'

def initialize(product_path, remote_ip="", http_accept_language="en", http_x_forwarded_for="")
@company = FastSpring::Account.fetch(:company)
Expand Down

0 comments on commit b749740

Please sign in to comment.