Class: Spree::ShipwireWebhookController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/spree/shipwire_webhook_controller.rb

Instance Method Summary collapse

Instance Method Details

#subscribeObject



7
8
9
10
11
12
13
# File 'app/controllers/spree/shipwire_webhook_controller.rb', line 7

def subscribe
  if exists_in_post?("/shipwire_webhooks/#{params[:path]}")
    head :ok
  else
    head :not_found
  end
end