Method: ProcessOut::Transaction#new

Defined in:
lib/processout/transaction.rb

#new(data = {}) ⇒ Object

Create a new Transaction using the current client



580
581
582
# File 'lib/processout/transaction.rb', line 580

def new(data = {})
  Transaction.new(@client, data)
end