class AuthNetReceiver::ProcessTransactionJob
Public Instance Methods
perform(raw_transaction)
click to toggle source
# File lib/auth_net_receiver/active_job.rb, line 5 def perform(raw_transaction) raw_transaction.process! end