lib/braintree/gateway.rb in braintree-2.40.0 vs lib/braintree/gateway.rb in braintree-2.41.0
- old
+ new
@@ -1,7 +1,6 @@
module Braintree
- # See http://www.braintreepayments.com/docs/ruby
class Gateway
attr_reader :config
def initialize(config)
if config.is_a?(Hash)
@@ -55,11 +54,11 @@
def merchant_account
MerchantAccountGateway.new(self)
end
- def sepa_bank_account
- SEPABankAccountGateway.new(self)
+ def europe_bank_account
+ EuropeBankAccountGateway.new(self)
end
def settlement_batch_summary
SettlementBatchSummaryGateway.new(self)
end