lib/braintree/configuration.rb in braintree-1.2.1 vs lib/braintree/configuration.rb in braintree-2.0.0
- old
+ new
@@ -6,10 +6,10 @@
# * environment
#
# By default, the logger will log to +STDOUT+. The log level is set to info.
# The logger can be set to any Logger object.
module Configuration
- API_VERSION = "1" # :nodoc:
+ API_VERSION = "2" # :nodoc:
class << self
attr_accessor :logger
attr_writer :merchant_id, :public_key, :private_key
end