Class: Payflow::WebhookEvent

Inherits:
ApplicationRecord show all
Defined in:
app/models/payflow/webhook_event.rb

Instance Method Summary collapse

Instance Method Details

#processed?Boolean

Returns:

  • (Boolean)


15
16
17
# File 'app/models/payflow/webhook_event.rb', line 15

def processed?
  status == "processed"
end