lib/braintree/configuration.rb in braintree-2.18.0 vs lib/braintree/configuration.rb in braintree-2.19.0
- old
+ new
@@ -1,8 +1,8 @@
module Braintree
# See http://www.braintreepayments.com/docs/ruby
class Configuration
- API_VERSION = "2" # :nodoc:
+ API_VERSION = "3" # :nodoc:
DEFAULT_ENDPOINT = "www" # :nodoc:
class << self
attr_writer :custom_user_agent, :endpoint, :logger, :merchant_id, :public_key, :private_key
end