lib/braintree/gateway.rb in braintree-4.7.0 vs lib/braintree/gateway.rb in braintree-4.8.0
- old
+ new
@@ -48,9 +48,13 @@
def document_upload
DocumentUploadGateway.new(self)
end
+ def exchange_rate_quote
+ ExchangeRateQuoteGateway.new(self)
+ end
+
def oauth
OAuthGateway.new(self)
end
def plan