Class: Gemgento::StockNotification

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/gemgento/stock_notification.rb

Overview

Author:

  • Gemgento LLC

Instance Method Summary collapse

Instance Method Details

#push_to_magentoObject



12
13
14
15
# File 'app/models/gemgento/stock_notification.rb', line 12

def push_to_magento
  magento_product_id = Product.find(product_id).magento_id
  API::SOAP::StockNotification.add(magento_product_id, product_name, product_url, name, email, phone)
end