lib/braintree/gateway.rb in braintree-2.80.1 vs lib/braintree/gateway.rb in braintree-2.81.0

- old
+ new

@@ -102,9 +102,13 @@ def transaction TransactionGateway.new(self) end + def transaction_line_item + TransactionLineItemGateway.new(self) + end + def testing TestingGateway.new(self) end def verification