Class: Spree::WebhookPreview

Inherits:
ActionMailer::Preview
  • Object
show all
Includes:
PreviewData::LocaleParam
Defined in:
lib/spree/core/previews/webhook_preview.rb

Overview

Preview Spree webhook notification emails at /rails/mailers/spree/webhook

Instance Method Summary collapse

Instance Method Details

#endpoint_disabledObject



7
8
9
# File 'lib/spree/core/previews/webhook_preview.rb', line 7

def endpoint_disabled
  Spree::WebhookMailer.endpoint_disabled(webhook_endpoint)
end