Class: DefraRubyGovpay::WebhookRefundService

Inherits:
WebhookBaseService show all
Defined in:
lib/defra_ruby_govpay/services/webhook_refund_service.rb

Constant Summary collapse

VALID_STATUS_TRANSITIONS =
{
  "submitted" => %w[success error],
  "success" => %w[],
  "error" => %w[]
}.freeze

Instance Attribute Summary

Attributes inherited from WebhookBaseService

#previous_status, #webhook_body

Method Summary

Methods inherited from WebhookBaseService

run, #run