load($this->getEntityId()); $coupon->setStoreId($this->getStoreId()); $api = Mage::getModel('combine/api'); $collection = new Varien_Data_Collection; $harvester = new Springbot_Combine_Model_Harvest_Coupons($api, $collection, $this->getDataSource()); $harvester->push($coupon); $harvester->postSegment(); } }