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