Sha256: 6677cc790a623ac976585f4d734c4c6a0675b329df2d4a6df8c7d6780429228c

Contents?: true

Size: 341 Bytes

Versions: 3

Compression:

Stored size: 341 Bytes

Contents

module Spree
  class Product < Spree::Base
    module Webhooks
      def send_product_activated_webhook
        # Implement your logic here
      end

      def send_product_archived_webhook
        # Implement your logic here
      end

      def send_product_drafted_webhook
        # Implement your logic here
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spree_core-4.10.1 app/models/spree/product/webhooks.rb
spree_core-4.10.0 app/models/spree/product/webhooks.rb
spree_core-4.9.0 app/models/spree/product/webhooks.rb