lib/braintree/gateway.rb in braintree-2.45.0 vs lib/braintree/gateway.rb in braintree-2.46.0
- old
+ new
@@ -34,9 +34,17 @@
def discount
DiscountGateway.new(self)
end
+ def merchant
+ MerchantGateway.new(self)
+ end
+
+ def oauth
+ OAuthGateway.new(self)
+ end
+
def plan
PlanGateway.new(self)
end
def payment_method