lib/braintree/gateway.rb in braintree-2.49.0 vs lib/braintree/gateway.rb in braintree-2.50.0
- old
+ new
@@ -34,14 +34,10 @@
def discount
DiscountGateway.new(self)
end
- def merchant
- MerchantGateway.new(self)
- end
-
def oauth
OAuthGateway.new(self)
end
def plan
@@ -56,9 +52,13 @@
PaymentMethodNonceGateway.new(self)
end
def paypal_account
PayPalAccountGateway.new(self)
+ end
+
+ def merchant
+ MerchantGateway.new(self)
end
def merchant_account
MerchantAccountGateway.new(self)
end