class OffsitePayments::Integrations::A1agregator::Notification

def test?

Was this a test transaction?
def test?
  params['test'] == '1'
end