lib/etsy.rb in etsy-0.2.5 vs lib/etsy.rb in etsy-0.2.6
- old
+ new
@@ -103,10 +103,10 @@
end
@protocol = protocol.to_s
end
def self.protocol
- @protocol || "http"
+ @protocol || "https"
end
# The currently configured environment.
#
def self.environment