Module: SpreePluggto

Defined in:
app/services/spree_pluggto/create_spree_order.rb,
lib/spree_pluggto/engine.rb,
lib/spree_pluggto/version.rb,
app/jobs/spree_pluggto/sku_deleted_job.rb,
app/jobs/spree_pluggto/update_stock_job.rb,
app/jobs/spree_pluggto/order_created_job.rb,
app/jobs/spree_pluggto/order_updated_job.rb,
app/jobs/spree_pluggto/upsert_product_job.rb,
app/jobs/spree_pluggto/product_updated_job.rb,
app/services/spree_pluggto/update_spree_order.rb,
app/jobs/spree_pluggto/upsert_all_products_job.rb,
app/jobs/spree_pluggto/update_pluggto_order_job.rb,
app/services/spree_pluggto/update_spree_product.rb,
app/models/spree_pluggto/spree/product_decorator.rb,
app/models/spree_pluggto/spree/shipment_decorator.rb,
app/services/spree_pluggto/send_integration_errors.rb,
app/models/spree_pluggto/spree/stock_item_decorator.rb,
lib/generators/spree_pluggto/install/install_generator.rb,
app/services/spree_pluggto/delete_spree_product_reference.rb

Overview

When a product is deleted on Plugg, we remove the pluggto_id reference on Spree

Defined Under Namespace

Modules: Api, Generators, Spree, VERSION Classes: CreateSpreeOrder, DeleteSpreeProductReference, Engine, OrderCreatedJob, OrderUpdatedJob, ProductUpdatedJob, SendIntegrationErrors, SkuDeletedJob, UpdatePluggtoOrderJob, UpdateSpreeOrder, UpdateSpreeProduct, UpdateStockJob, UpsertAllProductsJob, UpsertProductJob

Class Method Summary collapse

Class Method Details

.versionObject

Returns the version of the currently loaded SpreePluggto as a Gem::Version.



6
7
8
# File 'lib/spree_pluggto/version.rb', line 6

def version
  Gem::Version.new VERSION::STRING
end