Version Notes
* Add inventory management to order creation
Download this release
Release Info
Developer | Springbot Integrations Team |
Extension | Springbot |
Version | 1.5.2.5 |
Comparing to | |
See all releases |
Code changes from version 1.5.2.4 to 1.5.2.5
- app/code/community/Springbot/Api/controllers/V1Controller.php +77 -0
- app/code/community/Springbot/Api/etc/config.xml +19 -0
- app/code/community/Springbot/Bmbleb/Block/Adminhtml/Auth.php +0 -0
- app/code/community/Springbot/Bmbleb/Block/Adminhtml/Bmbleb/Login.php +0 -0
- app/code/community/Springbot/Bmbleb/Block/Adminhtml/Bmbleb/Login/Form.php +0 -0
- app/code/community/Springbot/Bmbleb/Block/Adminhtml/Connected.php +0 -0
- app/code/community/Springbot/Bmbleb/Block/Adminhtml/Help.php +0 -0
- app/code/community/Springbot/Bmbleb/Block/Adminhtml/Index.php +0 -0
- app/code/community/Springbot/Bmbleb/Block/Adminhtml/Index/Messages.php +0 -0
- app/code/community/Springbot/Bmbleb/Block/Adminhtml/Index/Terms.php +0 -0
- app/code/community/Springbot/Bmbleb/Block/Adminhtml/Jobs.php +0 -0
- app/code/community/Springbot/Bmbleb/Block/Adminhtml/Jobs/Grid.php +0 -0
- app/code/community/Springbot/Bmbleb/Block/Adminhtml/Jobs/Status.php +0 -0
- app/code/community/Springbot/Bmbleb/Block/Adminhtml/Login.php +0 -0
- app/code/community/Springbot/Bmbleb/Block/Adminhtml/Logout.php +0 -0
- app/code/community/Springbot/Bmbleb/Block/Adminhtml/Logs.php +0 -0
- app/code/community/Springbot/Bmbleb/Block/Adminhtml/Notifications.php +0 -0
- app/code/community/Springbot/Bmbleb/Block/Adminhtml/Order/Marketplaces.php +0 -0
- app/code/community/Springbot/Bmbleb/Block/Adminhtml/Status.php +0 -0
- app/code/community/Springbot/Bmbleb/Block/Adminhtml/Tabs.php +0 -0
- app/code/community/Springbot/Bmbleb/Helper/Account.php +0 -0
- app/code/community/Springbot/Bmbleb/Helper/Data.php +0 -0
- app/code/community/Springbot/Bmbleb/Helper/PluginStatus.php +0 -0
- app/code/community/Springbot/Bmbleb/Model/Bmbleb.php +0 -0
- app/code/community/Springbot/Bmbleb/Model/Observer.php +0 -0
- app/code/community/Springbot/Bmbleb/Model/Status.php +0 -0
- app/code/community/Springbot/Bmbleb/Model/Sync.php +0 -0
- app/code/community/Springbot/Bmbleb/controllers/Adminhtml/Bmbleb/HelpController.php +0 -0
- app/code/community/Springbot/Bmbleb/controllers/Adminhtml/Bmbleb/IndexController.php +0 -0
- app/code/community/Springbot/Bmbleb/controllers/Adminhtml/Bmbleb/JobsController.php +0 -0
- app/code/community/Springbot/Bmbleb/controllers/Adminhtml/Bmbleb/LoginController.php +70 -70
- app/code/community/Springbot/Bmbleb/controllers/Adminhtml/Bmbleb/LogsController.php +0 -0
- app/code/community/Springbot/Bmbleb/controllers/Adminhtml/Bmbleb/SettingsController.php +0 -0
- app/code/community/Springbot/Bmbleb/etc/config.xml +0 -0
- app/code/community/Springbot/BoneCollector/Model/HarvestAbstract.php +0 -0
- app/code/community/Springbot/BoneCollector/Model/HarvestAttribute/Observer.php +0 -0
- app/code/community/Springbot/BoneCollector/Model/HarvestCart/Observer.php +0 -0
- app/code/community/Springbot/BoneCollector/Model/HarvestCategory/Observer.php +0 -0
- app/code/community/Springbot/BoneCollector/Model/HarvestCustomer/Observer.php +0 -0
- app/code/community/Springbot/BoneCollector/Model/HarvestInventoryItem/Observer.php +0 -0
- app/code/community/Springbot/BoneCollector/Model/HarvestProduct/Observer.php +0 -0
- app/code/community/Springbot/BoneCollector/Model/HarvestPurchase/Observer.php +0 -0
- app/code/community/Springbot/BoneCollector/Model/HarvestRule/Observer.php +0 -0
- app/code/community/Springbot/BoneCollector/Model/HarvestSubscriber/Observer.php +0 -0
- app/code/community/Springbot/BoneCollector/etc/config.xml +0 -0
- app/code/community/Springbot/Boss.php +0 -0
- app/code/community/Springbot/Cli.php +0 -0
- app/code/community/Springbot/Combine/Helper/Attributes.php +0 -0
- app/code/community/Springbot/Combine/Helper/Cart.php +0 -0
- app/code/community/Springbot/Combine/Helper/Data.php +0 -0
- app/code/community/Springbot/Combine/Helper/Harvest.php +0 -0
- app/code/community/Springbot/Combine/Helper/Marketplaces.php +0 -0
- app/code/community/Springbot/Combine/Helper/Parser.php +0 -0
- app/code/community/Springbot/Combine/Helper/Redirect.php +0 -0
- app/code/community/Springbot/Combine/Helper/Store.php +0 -0
- app/code/community/Springbot/Combine/Helper/Trackable.php +0 -0
- app/code/community/Springbot/Combine/Model/Action.php +0 -0
- app/code/community/Springbot/Combine/Model/Api.php +0 -0
- app/code/community/Springbot/Combine/Model/Cron.php +0 -0
- app/code/community/Springbot/Combine/Model/Cron/Count.php +0 -0
- app/code/community/Springbot/Combine/Model/Cron/Manager/Status.php +0 -0
- app/code/community/Springbot/Combine/Model/Cron/Queue.php +0 -0
- app/code/community/Springbot/Combine/Model/Cron/Queue/Batch.php +0 -0
- app/code/community/Springbot/Combine/Model/Cron/Queue/Batch/Row.php +0 -0
- app/code/community/Springbot/Combine/Model/Cron/Worker.php +0 -0
- app/code/community/Springbot/Combine/Model/File/Io.php +0 -0
- app/code/community/Springbot/Combine/Model/File/Path.php +0 -0
- app/code/community/Springbot/Combine/Model/Harvest.php +0 -0
- app/code/community/Springbot/Combine/Model/Harvest/AttributeSets.php +0 -0
- app/code/community/Springbot/Combine/Model/Harvest/Carts.php +0 -0
- app/code/community/Springbot/Combine/Model/Harvest/Categories.php +0 -0
- app/code/community/Springbot/Combine/Model/Harvest/Coupons.php +0 -0
- app/code/community/Springbot/Combine/Model/Harvest/CustomerAttributeSets.php +0 -0
- app/code/community/Springbot/Combine/Model/Harvest/Customers.php +0 -0
- app/code/community/Springbot/Combine/Model/Harvest/Guests.php +0 -0
- app/code/community/Springbot/Combine/Model/Harvest/Inventories.php +0 -0
- app/code/community/Springbot/Combine/Model/Harvest/Products.php +0 -0
- app/code/community/Springbot/Combine/Model/Harvest/Purchases.php +0 -0
- app/code/community/Springbot/Combine/Model/Harvest/Rules.php +0 -0
- app/code/community/Springbot/Combine/Model/Harvest/Subscribers.php +0 -0
- app/code/community/Springbot/Combine/Model/Marketplaces/Order/Builder.php +46 -0
- app/code/community/Springbot/Combine/Model/Marketplaces/Order/Customer.php +0 -0
- app/code/community/Springbot/Combine/Model/Marketplaces/Order/Item.php +0 -0
- app/code/community/Springbot/Combine/Model/Marketplaces/Order/Parser.php +0 -0
- app/code/community/Springbot/Combine/Model/Marketplaces/OrderService.php +0 -0
- app/code/community/Springbot/Combine/Model/Marketplaces/Payment.php +0 -0
- app/code/community/Springbot/Combine/Model/Marketplaces/Remote/Order.php +0 -0
- app/code/community/Springbot/Combine/Model/Marketplaces/Shipping.php +0 -0
- app/code/community/Springbot/Combine/Model/Mysql4/Action.php +0 -0
- app/code/community/Springbot/Combine/Model/Mysql4/Action/Collection.php +0 -0
- app/code/community/Springbot/Combine/Model/Mysql4/Cron/Count.php +0 -0
- app/code/community/Springbot/Combine/Model/Mysql4/Cron/Queue.php +0 -0
- app/code/community/Springbot/Combine/Model/Mysql4/Cron/Queue/Collection.php +0 -0
- app/code/community/Springbot/Combine/Model/Mysql4/Redirect.php +0 -0
- app/code/community/Springbot/Combine/Model/Mysql4/Redirect/Collection.php +0 -0
- app/code/community/Springbot/Combine/Model/Mysql4/Redirect/Order.php +0 -0
- app/code/community/Springbot/Combine/Model/Mysql4/Redirect/Order/Collection.php +0 -0
- app/code/community/Springbot/Combine/Model/Mysql4/Setup.php +0 -0
- app/code/community/Springbot/Combine/Model/Mysql4/Trackable.php +0 -0
- app/code/community/Springbot/Combine/Model/Mysql4/Trackable/Collection.php +0 -0
- app/code/community/Springbot/Combine/Model/Parser.php +0 -0
- app/code/community/Springbot/Combine/Model/Parser/AttributeSet.php +0 -0
- app/code/community/Springbot/Combine/Model/Parser/Category.php +0 -0
- app/code/community/Springbot/Combine/Model/Parser/Coupon.php +0 -0
- app/code/community/Springbot/Combine/Model/Parser/Customer.php +0 -0
- app/code/community/Springbot/Combine/Model/Parser/CustomerAttributeSet.php +0 -0
- app/code/community/Springbot/Combine/Model/Parser/Guest.php +0 -0
- app/code/community/Springbot/Combine/Model/Parser/Inventory.php +0 -0
- app/code/community/Springbot/Combine/Model/Parser/Product.php +0 -0
- app/code/community/Springbot/Combine/Model/Parser/Purchase.php +0 -0
- app/code/community/Springbot/Combine/Model/Parser/Purchase/Item.php +0 -0
- app/code/community/Springbot/Combine/Model/Parser/Purchase/Shipment.php +0 -0
- app/code/community/Springbot/Combine/Model/Parser/Quote.php +0 -0
- app/code/community/Springbot/Combine/Model/Parser/Quote/Item.php +0 -0
- app/code/community/Springbot/Combine/Model/Parser/Rule.php +0 -0
- app/code/community/Springbot/Combine/Model/Parser/Subscriber.php +0 -0
- app/code/community/Springbot/Combine/Model/Redirect.php +0 -0
- app/code/community/Springbot/Combine/Model/Redirect/Order.php +0 -0
- app/code/community/Springbot/Combine/Model/Resource/Abstract.php +0 -0
- app/code/community/Springbot/Combine/Model/Resource/Action.php +0 -0
- app/code/community/Springbot/Combine/Model/Resource/Action/Collection.php +0 -0
- app/code/community/Springbot/Combine/Model/Resource/Cron/Count.php +0 -0
- app/code/community/Springbot/Combine/Model/Resource/Cron/Count/Collection.php +0 -0
- app/code/community/Springbot/Combine/Model/Resource/Cron/Queue.php +0 -0
- app/code/community/Springbot/Combine/Model/Resource/Cron/Queue/Collection.php +0 -0
- app/code/community/Springbot/Combine/Model/Resource/Debug.php +0 -0
- app/code/community/Springbot/Combine/Model/Resource/Marketplaces/Remote/Order.php +0 -0
- app/code/community/Springbot/Combine/Model/Resource/Marketplaces/Remote/Order/Collection.php +0 -0
- app/code/community/Springbot/Combine/Model/Resource/Redirect.php +0 -0
- app/code/community/Springbot/Combine/Model/Resource/Redirect/Collection.php +0 -0
- app/code/community/Springbot/Combine/Model/Resource/Redirect/Order.php +0 -0
- app/code/community/Springbot/Combine/Model/Resource/Redirect/Order/Collection.php +0 -0
- app/code/community/Springbot/Combine/Model/Resource/Setup.php +0 -0
- app/code/community/Springbot/Combine/Model/Resource/Trackable.php +0 -0
- app/code/community/Springbot/Combine/Model/Resource/Trackable/Collection.php +0 -0
- app/code/community/Springbot/Combine/Model/Rewrite.php +0 -0
- app/code/community/Springbot/Combine/Model/System/Config/Source/Harvestertype.php +0 -0
- app/code/community/Springbot/Combine/Model/System/Config/Source/LogFormat.php +0 -0
- app/code/community/Springbot/Combine/Model/System/Config/Source/LogLevel.php +0 -0
- app/code/community/Springbot/Combine/Model/System/Config/Source/Stability.php +0 -0
- app/code/community/Springbot/Combine/Model/System/Config/Source/UrlType.php +0 -0
- app/code/community/Springbot/Combine/Model/Trackable.php +0 -0
- app/code/community/Springbot/Combine/etc/adminhtml.xml +0 -0
- app/code/community/Springbot/Combine/etc/config.xml +1 -1
- app/code/community/Springbot/Combine/etc/system.xml +0 -0
- app/code/community/Springbot/Combine/sql/combine_setup/mysql4-install-1.0.0.70.php +0 -0
- app/code/community/Springbot/Combine/sql/combine_setup/mysql4-upgrade-1.0.0.70-1.0.0.84.php +0 -0
- app/code/community/Springbot/Combine/sql/combine_setup/mysql4-upgrade-1.0.0.84-1.0.0.88.php +0 -0
- app/code/community/Springbot/Combine/sql/combine_setup/mysql4-upgrade-1.0.0.88-1.2.0.0.php +0 -0
- app/code/community/Springbot/Combine/sql/combine_setup/mysql4-upgrade-1.2.0.0-1.2.0.1.php +0 -0
- app/code/community/Springbot/Combine/sql/combine_setup/mysql4-upgrade-1.2.0.1-1.2.1.0.php +0 -0
- app/code/community/Springbot/Combine/sql/combine_setup/mysql4-upgrade-1.3.9.9-1.4.0.0.php +0 -0
- app/code/community/Springbot/Combine/sql/combine_setup/mysql4-upgrade-1.4.7.0-1.5.0.0.php +0 -0
- app/code/community/Springbot/Log.php +0 -0
- app/code/community/Springbot/Services.php +0 -0
- app/code/community/Springbot/Services/Cmd/Forecast.php +0 -0
- app/code/community/Springbot/Services/Cmd/Halt.php +0 -0
- app/code/community/Springbot/Services/Cmd/Harvest.php +0 -0
- app/code/community/Springbot/Services/Cmd/Healthcheck.php +6 -1
- app/code/community/Springbot/Services/Harvest.php +0 -0
- app/code/community/Springbot/Services/Harvest/AttributeSets.php +0 -0
- app/code/community/Springbot/Services/Harvest/Carts.php +0 -0
- app/code/community/Springbot/Services/Harvest/Categories.php +0 -0
- app/code/community/Springbot/Services/Harvest/Coupons.php +0 -0
- app/code/community/Springbot/Services/Harvest/CustomerAttributeSets.php +0 -0
- app/code/community/Springbot/Services/Harvest/Customers.php +0 -0
- app/code/community/Springbot/Services/Harvest/Guests.php +0 -0
- app/code/community/Springbot/Services/Harvest/Inventories.php +0 -0
- app/code/community/Springbot/Services/Harvest/Products.php +0 -0
- app/code/community/Springbot/Services/Harvest/Purchases.php +0 -0
- app/code/community/Springbot/Services/Harvest/Rules.php +0 -0
- app/code/community/Springbot/Services/Harvest/Subscribers.php +0 -0
- app/code/community/Springbot/Services/Log/Installer.php +0 -0
- app/code/community/Springbot/Services/Post.php +0 -0
- app/code/community/Springbot/Services/Post/Attribute.php +0 -0
- app/code/community/Springbot/Services/Post/AttributeSet.php +0 -0
- app/code/community/Springbot/Services/Post/Cart.php +0 -0
- app/code/community/Springbot/Services/Post/Category.php +0 -0
- app/code/community/Springbot/Services/Post/Coupon.php +0 -0
- app/code/community/Springbot/Services/Post/Customer.php +0 -0
- app/code/community/Springbot/Services/Post/Guest.php +0 -0
- app/code/community/Springbot/Services/Post/Inventory.php +0 -0
- app/code/community/Springbot/Services/Post/Json.php +0 -0
- app/code/community/Springbot/Services/Post/Jsonstring.php +0 -0
- app/code/community/Springbot/Services/Post/Product.php +0 -0
- app/code/community/Springbot/Services/Post/Purchase.php +0 -0
- app/code/community/Springbot/Services/Post/Rule.php +0 -0
- app/code/community/Springbot/Services/Post/Subscriber.php +0 -0
- app/code/community/Springbot/Services/Registry.php +0 -0
- app/code/community/Springbot/Services/Store/Finalize.php +0 -0
- app/code/community/Springbot/Services/Store/Register.php +0 -0
- app/code/community/Springbot/Services/Tasks.php +0 -0
- app/code/community/Springbot/Services/Tasks/ClearCache.php +0 -0
- app/code/community/Springbot/Services/Tasks/ClearJobs.php +0 -0
- app/code/community/Springbot/Services/Tasks/ClearStores.php +0 -0
- app/code/community/Springbot/Services/Tasks/CreateRewrite.php +0 -0
- app/code/community/Springbot/Services/Tasks/Debug.php +0 -0
- app/code/community/Springbot/Services/Tasks/DeleteJob.php +0 -0
- app/code/community/Springbot/Services/Tasks/DeliverEventLog.php +0 -0
- app/code/community/Springbot/Services/Tasks/Forecast.php +0 -0
- app/code/community/Springbot/Services/Tasks/GetLog.php +0 -0
- app/code/community/Springbot/Services/Tasks/Harvest.php +0 -0
- app/code/community/Springbot/Services/Tasks/HarvestInventory.php +0 -0
- app/code/community/Springbot/Services/Tasks/Healthcheck.php +0 -0
- app/code/community/Springbot/Services/Tasks/Jobs.php +0 -0
- app/code/community/Springbot/Services/Tasks/KillHarvest.php +0 -0
- app/code/community/Springbot/Services/Tasks/LaunchFullHarvest.php +0 -0
- app/code/community/Springbot/Services/Tasks/LaunchPartialHarvest.php +0 -0
- app/code/community/Springbot/Services/Tasks/PluginVersion.php +0 -0
- app/code/community/Springbot/Services/Tasks/PostItem.php +0 -0
- app/code/community/Springbot/Services/Tasks/Redirects.php +0 -0
- app/code/community/Springbot/Services/Tasks/RegisterStores.php +0 -0
- app/code/community/Springbot/Services/Tasks/ResetRetries.php +0 -0
- app/code/community/Springbot/Services/Tasks/ResumeHarvest.php +0 -0
- app/code/community/Springbot/Services/Tasks/Run.php +0 -0
- app/code/community/Springbot/Services/Tasks/SetVar.php +0 -0
- app/code/community/Springbot/Services/Tasks/Stores.php +0 -0
- app/code/community/Springbot/Services/Tasks/UnlockJobs.php +0 -0
- app/code/community/Springbot/Services/Tasks/ViewConfig.php +0 -0
- app/code/community/Springbot/Services/Work/Cleanup.php +0 -0
- app/code/community/Springbot/Services/Work/Manager.php +0 -0
- app/code/community/Springbot/Services/Work/Report.php +0 -0
- app/code/community/Springbot/Services/Work/Restart.php +0 -0
- app/code/community/Springbot/Services/Work/Runner.php +0 -0
- app/code/community/Springbot/Services/Work/Stop.php +0 -0
- app/code/community/Springbot/Shadow/Block/Action/View.php +0 -0
- app/code/community/Springbot/Shadow/Block/Async.php +0 -0
- app/code/community/Springbot/Shadow/Controller/Action.php +0 -0
- app/code/community/Springbot/Shadow/Helper/Data.php +0 -0
- app/code/community/Springbot/Shadow/Helper/Prattler.php +0 -0
- app/code/community/Springbot/Shadow/Model/Listeners/Observer.php +0 -0
- app/code/community/Springbot/Shadow/controllers/ActionController.php +0 -0
- app/code/community/Springbot/Shadow/controllers/IndexController.php +0 -0
- app/code/community/Springbot/Shadow/etc/config.xml +0 -0
- app/code/community/Springbot/Util/Caller.php +0 -0
- app/code/community/Springbot/Util/Categories.php +0 -0
- app/code/community/Springbot/Util/Log/Rollover.php +0 -0
- app/code/community/Springbot/Util/Logger.php +0 -0
- app/code/community/Springbot/Util/Partition.php +0 -0
- app/design/adminhtml/default/default/layout/bmbleb.xml +0 -0
- app/design/adminhtml/default/default/template/bmbleb/auth.phtml +0 -0
- app/design/adminhtml/default/default/template/bmbleb/dashboard_loggedout.phtml +0 -0
- app/design/adminhtml/default/default/template/bmbleb/help/index.phtml +0 -0
- app/design/adminhtml/default/default/template/bmbleb/index/messages.phtml +0 -0
- app/design/adminhtml/default/default/template/bmbleb/index/terms.phtml +0 -0
- app/design/adminhtml/default/default/template/bmbleb/jobs.phtml +0 -0
- app/design/adminhtml/default/default/template/bmbleb/jobs/status.phtml +0 -0
- app/design/adminhtml/default/default/template/bmbleb/login.phtml +0 -0
- app/design/adminhtml/default/default/template/bmbleb/logout.phtml +0 -0
- app/design/adminhtml/default/default/template/bmbleb/logs/index.phtml +0 -0
- app/design/adminhtml/default/default/template/bmbleb/notifications.phtml +0 -0
- app/design/adminhtml/default/default/template/bmbleb/order/marketplaces.phtml +0 -0
- app/design/adminhtml/default/default/template/bmbleb/problems/index.phtml +0 -0
- app/design/adminhtml/default/default/template/bmbleb/status.phtml +0 -0
- app/design/adminhtml/default/default/template/bmbleb/tabs.phtml +0 -0
- app/design/frontend/base/default/layout/shadow.xml +0 -0
- app/design/frontend/base/default/template/shadow/async.phtml +0 -0
- app/design/frontend/base/default/template/shadow/conversion.phtml +0 -0
- app/etc/modules/Springbot.xml +0 -0
- package.xml +5 -6
- shell/springbot.php +0 -0
- skin/adminhtml/default/default/bmbleb/bmbleb.css +0 -0
- skin/adminhtml/default/default/bmbleb/images/arrows_up-down-large.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/bmb-ctl.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/check.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/grn-bg.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/h3-bg.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/icon-alert.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/icon-bmbleb.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/icon-insights.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/icon-status.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/left-ico1.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/left-ico2.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/left-ico3.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/left-ico4.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/left-ico5.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/left-ico6.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/left-ico7.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/left-ico8.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/left-ico_demographics.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/login-icn-b.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/login-icn.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/logo.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/orng-bg.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/plugin_dashboard_syncing.jpg +0 -0
- skin/adminhtml/default/default/bmbleb/images/register.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/registration-bg-25.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/registration-bg-50.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/registration-bg.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/spinner.gif +0 -0
- skin/adminhtml/default/default/bmbleb/images/springbot-ctl.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/submit-btn-bg.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/sync_icon.png +0 -0
- skin/adminhtml/default/default/bmbleb/images/white-check.png +0 -0
app/code/community/Springbot/Api/controllers/V1Controller.php
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Springbot_Api_V1Controller extends Springbot_Shadow_Controller_Action
|
4 |
+
{
|
5 |
+
public function ordersAction()
|
6 |
+
{
|
7 |
+
try {
|
8 |
+
$this->_auth();
|
9 |
+
|
10 |
+
switch ($this->getRequest()->getMethod()) {
|
11 |
+
case 'POST':
|
12 |
+
$this->_createOrder();
|
13 |
+
break;
|
14 |
+
case 'GET':
|
15 |
+
$this->_viewOrder();
|
16 |
+
break;
|
17 |
+
}
|
18 |
+
} catch (Exception $e) {
|
19 |
+
|
20 |
+
$out = array('success' => "false", 'error' => $e->getMessage());
|
21 |
+
|
22 |
+
$code = $e->getCode() == 0 ? 400 : $e->getCode();
|
23 |
+
|
24 |
+
$this->_respondWith($out, $code);
|
25 |
+
}
|
26 |
+
}
|
27 |
+
|
28 |
+
public function _viewOrder()
|
29 |
+
{
|
30 |
+
$id = $this->getRequest()->getParam('id');
|
31 |
+
$out = '';
|
32 |
+
|
33 |
+
if ($id) {
|
34 |
+
$order = Mage::getModel('sales/order')->load($id);
|
35 |
+
$out = Mage::getModel('combine/parser_purchase', $order)->parse();
|
36 |
+
}
|
37 |
+
|
38 |
+
$this->_respondWith($out);
|
39 |
+
}
|
40 |
+
|
41 |
+
protected function _createOrder()
|
42 |
+
{
|
43 |
+
$post = file_get_contents("php://input");
|
44 |
+
$post = Mage::helper('core')->jsonDecode($post);
|
45 |
+
|
46 |
+
$service = Mage::getModel('combine/marketplaces_orderService', $post);
|
47 |
+
|
48 |
+
$out = $service->createOrder();
|
49 |
+
|
50 |
+
$this->_respondWith($out);
|
51 |
+
}
|
52 |
+
|
53 |
+
protected function _respondWith($out, $code = 200)
|
54 |
+
{
|
55 |
+
$json = Mage::helper('core')->jsonEncode($out);
|
56 |
+
|
57 |
+
$this->getResponse()->clearHeaders()
|
58 |
+
->setHeader('Content-type', 'application/json')
|
59 |
+
->setHeader('HTTP/1.0', $code, true)
|
60 |
+
->setBody($json);
|
61 |
+
}
|
62 |
+
|
63 |
+
protected function _auth()
|
64 |
+
{
|
65 |
+
$helper = Mage::helper('shadow/prattler');
|
66 |
+
$token = $helper->getPrattlerToken();
|
67 |
+
$headerToken = $this->getRequest()->getHeader('Springbot-Security-Token');
|
68 |
+
|
69 |
+
if (!$headerToken) {
|
70 |
+
Springbot_Log::debug('Could not load security token to authenticated jobs endpoint');
|
71 |
+
throw new Exception('null token', 401);
|
72 |
+
} elseif ($token != $headerToken) {
|
73 |
+
Springbot_Log::debug('Supplied security token hash does not match');
|
74 |
+
throw new Exception('token mismatch', 401);
|
75 |
+
}
|
76 |
+
}
|
77 |
+
}
|
app/code/community/Springbot/Api/etc/config.xml
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<modules>
|
4 |
+
<Springbot_Api>
|
5 |
+
<version>0.1.0</version>
|
6 |
+
</Springbot_Api>
|
7 |
+
</modules>
|
8 |
+
<frontend>
|
9 |
+
<routers>
|
10 |
+
<springbot_api>
|
11 |
+
<use>standard</use>
|
12 |
+
<args>
|
13 |
+
<module>Springbot_Api</module>
|
14 |
+
<frontName>springbot_api</frontName>
|
15 |
+
</args>
|
16 |
+
</springbot_api>
|
17 |
+
</routers>
|
18 |
+
</frontend>
|
19 |
+
</config>
|
app/code/community/Springbot/Bmbleb/Block/Adminhtml/Auth.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/Block/Adminhtml/Bmbleb/Login.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/Block/Adminhtml/Bmbleb/Login/Form.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/Block/Adminhtml/Connected.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/Block/Adminhtml/Help.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/Block/Adminhtml/Index.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/Block/Adminhtml/Index/Messages.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/Block/Adminhtml/Index/Terms.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/Block/Adminhtml/Jobs.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/Block/Adminhtml/Jobs/Grid.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/Block/Adminhtml/Jobs/Status.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/Block/Adminhtml/Login.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/Block/Adminhtml/Logout.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/Block/Adminhtml/Logs.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/Block/Adminhtml/Notifications.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/Block/Adminhtml/Order/Marketplaces.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/Block/Adminhtml/Status.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/Block/Adminhtml/Tabs.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/Helper/Account.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/Helper/Data.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/Helper/PluginStatus.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/Model/Bmbleb.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/Model/Observer.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/Model/Status.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/Model/Sync.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/controllers/Adminhtml/Bmbleb/HelpController.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/controllers/Adminhtml/Bmbleb/IndexController.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/controllers/Adminhtml/Bmbleb/JobsController.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/controllers/Adminhtml/Bmbleb/LoginController.php
CHANGED
@@ -1,70 +1,70 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
class Springbot_Bmbleb_Adminhtml_Bmbleb_LoginController extends Mage_Adminhtml_Controller_Action
|
4 |
-
{
|
5 |
-
/**
|
6 |
-
* Attempt to login a user using the requested information
|
7 |
-
*/
|
8 |
-
public function loginAction()
|
9 |
-
{
|
10 |
-
// Pull request params
|
11 |
-
$email = $this->getRequest()->getParam('email');
|
12 |
-
$pass = $this->getRequest()->getParam('password');
|
13 |
-
|
14 |
-
// Set helper data and configure API URL
|
15 |
-
$bmblebAccount = Mage::helper('bmbleb/Account');
|
16 |
-
$bmblebAccount->setIsLoggedIn(false);
|
17 |
-
if (!($url = Mage::getStoreConfig('springbot/config/api_url'))) {
|
18 |
-
$url = 'https://api.springbot.com/';
|
19 |
-
}
|
20 |
-
$url .= 'api/registration/login';
|
21 |
-
|
22 |
-
try {
|
23 |
-
// Initialize cURL target URL
|
24 |
-
$c = curl_init('https://api.springbot.com/api/registration/login');
|
25 |
-
|
26 |
-
// Build cURL query
|
27 |
-
curl_setopt($c, CURLOPT_RETURNTRANSFER, true);
|
28 |
-
curl_setopt($c, CURLOPT_HTTPHEADER, array('Content-Type: application/json'));
|
29 |
-
curl_setopt($c, CURLOPT_POSTFIELDS, "{\"user_id\":\"$email\", \"password\":\"$pass\"}");
|
30 |
-
|
31 |
-
// Save the response/result
|
32 |
-
$response = curl_exec($c);
|
33 |
-
$result = json_decode($response, true);
|
34 |
-
} catch (Exception $e) {
|
35 |
-
// Notify user the API service is unavailable
|
36 |
-
Springbot_Log::error($e->getMessage());
|
37 |
-
Mage::getSingleton('adminhtml/session')
|
38 |
-
->addError('Service unavailable from ' . $url . ' please contact support@springbot.com.');
|
39 |
-
$this->_redirect('*/bmbleb_index/auth');
|
40 |
-
|
41 |
-
return;
|
42 |
-
}
|
43 |
-
|
44 |
-
// Notify user of any error
|
45 |
-
if ($result['status'] == 'error') {
|
46 |
-
Mage::getSingleton('adminhtml/session')
|
47 |
-
->addError($result['message'] . ' or service unavailable from ' . $url);
|
48 |
-
$this->_redirect('*/bmbleb_index/auth');
|
49 |
-
} else {
|
50 |
-
// Notify user of denied login attempt
|
51 |
-
if ($result['token'] == '') {
|
52 |
-
Mage::getSingleton('adminhtml/session')
|
53 |
-
->addError('Login denied by Springbot');
|
54 |
-
$this->_redirect('*/bmbleb_index/auth');
|
55 |
-
} // Redirect successful login to Springbot Dashboard
|
56 |
-
else {
|
57 |
-
$bmblebAccount->setSavedAccountInformation($email, $pass, $result['token']);
|
58 |
-
$this->_redirect('*/bmbleb_index/harvest');
|
59 |
-
}
|
60 |
-
}
|
61 |
-
}
|
62 |
-
|
63 |
-
// Make sure user is authorized to access this page
|
64 |
-
protected function _isAllowed()
|
65 |
-
{
|
66 |
-
return Mage::getSingleton('admin/session')
|
67 |
-
->isAllowed('springbot_bmbleb/dashboard');
|
68 |
-
}
|
69 |
-
|
70 |
-
}
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Springbot_Bmbleb_Adminhtml_Bmbleb_LoginController extends Mage_Adminhtml_Controller_Action
|
4 |
+
{
|
5 |
+
/**
|
6 |
+
* Attempt to login a user using the requested information
|
7 |
+
*/
|
8 |
+
public function loginAction()
|
9 |
+
{
|
10 |
+
// Pull request params
|
11 |
+
$email = $this->getRequest()->getParam('email');
|
12 |
+
$pass = $this->getRequest()->getParam('password');
|
13 |
+
|
14 |
+
// Set helper data and configure API URL
|
15 |
+
$bmblebAccount = Mage::helper('bmbleb/Account');
|
16 |
+
$bmblebAccount->setIsLoggedIn(false);
|
17 |
+
if (!($url = Mage::getStoreConfig('springbot/config/api_url'))) {
|
18 |
+
$url = 'https://api.springbot.com/';
|
19 |
+
}
|
20 |
+
$url .= 'api/registration/login';
|
21 |
+
|
22 |
+
try {
|
23 |
+
// Initialize cURL target URL
|
24 |
+
$c = curl_init('https://api.springbot.com/api/registration/login');
|
25 |
+
|
26 |
+
// Build cURL query
|
27 |
+
curl_setopt($c, CURLOPT_RETURNTRANSFER, true);
|
28 |
+
curl_setopt($c, CURLOPT_HTTPHEADER, array('Content-Type: application/json'));
|
29 |
+
curl_setopt($c, CURLOPT_POSTFIELDS, "{\"user_id\":\"$email\", \"password\":\"$pass\"}");
|
30 |
+
|
31 |
+
// Save the response/result
|
32 |
+
$response = curl_exec($c);
|
33 |
+
$result = json_decode($response, true);
|
34 |
+
} catch (Exception $e) {
|
35 |
+
// Notify user the API service is unavailable
|
36 |
+
Springbot_Log::error($e->getMessage());
|
37 |
+
Mage::getSingleton('adminhtml/session')
|
38 |
+
->addError('Service unavailable from ' . $url . ' please contact support@springbot.com.');
|
39 |
+
$this->_redirect('*/bmbleb_index/auth');
|
40 |
+
|
41 |
+
return;
|
42 |
+
}
|
43 |
+
|
44 |
+
// Notify user of any error
|
45 |
+
if ($result['status'] == 'error') {
|
46 |
+
Mage::getSingleton('adminhtml/session')
|
47 |
+
->addError($result['message'] . ' or service unavailable from ' . $url);
|
48 |
+
$this->_redirect('*/bmbleb_index/auth');
|
49 |
+
} else {
|
50 |
+
// Notify user of denied login attempt
|
51 |
+
if ($result['token'] == '') {
|
52 |
+
Mage::getSingleton('adminhtml/session')
|
53 |
+
->addError('Login denied by Springbot');
|
54 |
+
$this->_redirect('*/bmbleb_index/auth');
|
55 |
+
} // Redirect successful login to Springbot Dashboard
|
56 |
+
else {
|
57 |
+
$bmblebAccount->setSavedAccountInformation($email, $pass, $result['token']);
|
58 |
+
$this->_redirect('*/bmbleb_index/harvest');
|
59 |
+
}
|
60 |
+
}
|
61 |
+
}
|
62 |
+
|
63 |
+
// Make sure user is authorized to access this page
|
64 |
+
protected function _isAllowed()
|
65 |
+
{
|
66 |
+
return Mage::getSingleton('admin/session')
|
67 |
+
->isAllowed('springbot_bmbleb/dashboard');
|
68 |
+
}
|
69 |
+
|
70 |
+
}
|
app/code/community/Springbot/Bmbleb/controllers/Adminhtml/Bmbleb/LogsController.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/controllers/Adminhtml/Bmbleb/SettingsController.php
CHANGED
File without changes
|
app/code/community/Springbot/Bmbleb/etc/config.xml
CHANGED
File without changes
|
app/code/community/Springbot/BoneCollector/Model/HarvestAbstract.php
CHANGED
File without changes
|
app/code/community/Springbot/BoneCollector/Model/HarvestAttribute/Observer.php
CHANGED
File without changes
|
app/code/community/Springbot/BoneCollector/Model/HarvestCart/Observer.php
CHANGED
File without changes
|
app/code/community/Springbot/BoneCollector/Model/HarvestCategory/Observer.php
CHANGED
File without changes
|
app/code/community/Springbot/BoneCollector/Model/HarvestCustomer/Observer.php
CHANGED
File without changes
|
app/code/community/Springbot/BoneCollector/Model/HarvestInventoryItem/Observer.php
CHANGED
File without changes
|
app/code/community/Springbot/BoneCollector/Model/HarvestProduct/Observer.php
CHANGED
File without changes
|
app/code/community/Springbot/BoneCollector/Model/HarvestPurchase/Observer.php
CHANGED
File without changes
|
app/code/community/Springbot/BoneCollector/Model/HarvestRule/Observer.php
CHANGED
File without changes
|
app/code/community/Springbot/BoneCollector/Model/HarvestSubscriber/Observer.php
CHANGED
File without changes
|
app/code/community/Springbot/BoneCollector/etc/config.xml
CHANGED
File without changes
|
app/code/community/Springbot/Boss.php
CHANGED
File without changes
|
app/code/community/Springbot/Cli.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Helper/Attributes.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Helper/Cart.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Helper/Data.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Helper/Harvest.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Helper/Marketplaces.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Helper/Parser.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Helper/Redirect.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Helper/Store.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Helper/Trackable.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Action.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Api.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Cron.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Cron/Count.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Cron/Manager/Status.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Cron/Queue.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Cron/Queue/Batch.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Cron/Queue/Batch/Row.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Cron/Worker.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/File/Io.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/File/Path.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Harvest.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Harvest/AttributeSets.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Harvest/Carts.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Harvest/Categories.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Harvest/Coupons.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Harvest/CustomerAttributeSets.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Harvest/Customers.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Harvest/Guests.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Harvest/Inventories.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Harvest/Products.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Harvest/Purchases.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Harvest/Rules.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Harvest/Subscribers.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Marketplaces/Order/Builder.php
CHANGED
@@ -8,6 +8,7 @@ class Springbot_Combine_Model_Marketplaces_Order_Builder extends Varien_Object
|
|
8 |
protected $_storeId;
|
9 |
protected $_order;
|
10 |
protected $_mpOrder;
|
|
|
11 |
|
12 |
protected $_shippingMethod = 'sbShipping';
|
13 |
protected $_paymentMethod = 'sbPayment';
|
@@ -36,15 +37,26 @@ class Springbot_Combine_Model_Marketplaces_Order_Builder extends Varien_Object
|
|
36 |
|
37 |
$this->makeMarketplaceOrder();
|
38 |
|
|
|
|
|
|
|
|
|
39 |
try {
|
40 |
$transaction = Mage::getModel('core/resource_transaction');
|
41 |
|
|
|
|
|
|
|
|
|
42 |
$transaction->addObject($this->_order)
|
43 |
->addObject($this->_mpOrder)
|
44 |
->addCommitCallback(array($this->_order, 'place'))
|
45 |
->addCommitCallback(array($this->_order, 'save'))
|
46 |
->save();
|
47 |
} catch (Zend_Db_Statement_Exception $e) {
|
|
|
|
|
|
|
48 |
throw new Exception("Order already exists for order with id {$this->_mpOrder->getRemoteOrderId()}", 409);
|
49 |
}
|
50 |
|
@@ -192,6 +204,7 @@ class Springbot_Combine_Model_Marketplaces_Order_Builder extends Varien_Object
|
|
192 |
foreach ($this->_products as $product) {
|
193 |
$item = Mage::getModel('combine/marketplaces_order_item')->makeOrderItem($product, $this->_data);
|
194 |
$this->_order->addItem($item);
|
|
|
195 |
}
|
196 |
return $this;
|
197 |
}
|
@@ -267,4 +280,37 @@ class Springbot_Combine_Model_Marketplaces_Order_Builder extends Varien_Object
|
|
267 |
{
|
268 |
return $this->_helper->fetch($key, $this->_data);
|
269 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
270 |
}
|
8 |
protected $_storeId;
|
9 |
protected $_order;
|
10 |
protected $_mpOrder;
|
11 |
+
protected $_qtyArray = array();
|
12 |
|
13 |
protected $_shippingMethod = 'sbShipping';
|
14 |
protected $_paymentMethod = 'sbPayment';
|
37 |
|
38 |
$this->makeMarketplaceOrder();
|
39 |
|
40 |
+
$stock = Mage::getSingleton('cataloginventory/stock');
|
41 |
+
|
42 |
+
$stockUpdated = false;
|
43 |
+
|
44 |
try {
|
45 |
$transaction = Mage::getModel('core/resource_transaction');
|
46 |
|
47 |
+
$stock->registerProductsSale($this->_qtyArray);
|
48 |
+
|
49 |
+
$stockUpdated = true;
|
50 |
+
|
51 |
$transaction->addObject($this->_order)
|
52 |
->addObject($this->_mpOrder)
|
53 |
->addCommitCallback(array($this->_order, 'place'))
|
54 |
->addCommitCallback(array($this->_order, 'save'))
|
55 |
->save();
|
56 |
} catch (Zend_Db_Statement_Exception $e) {
|
57 |
+
if($stockUpdated) {
|
58 |
+
$stock->revertProductsSale($this->_qtyArray);
|
59 |
+
}
|
60 |
throw new Exception("Order already exists for order with id {$this->_mpOrder->getRemoteOrderId()}", 409);
|
61 |
}
|
62 |
|
204 |
foreach ($this->_products as $product) {
|
205 |
$item = Mage::getModel('combine/marketplaces_order_item')->makeOrderItem($product, $this->_data);
|
206 |
$this->_order->addItem($item);
|
207 |
+
$this->_addToStockQtyArray($item);
|
208 |
}
|
209 |
return $this;
|
210 |
}
|
280 |
{
|
281 |
return $this->_helper->fetch($key, $this->_data);
|
282 |
}
|
283 |
+
|
284 |
+
/**
|
285 |
+
* Prepare array with information about used product qty and product stock item
|
286 |
+
* result is:
|
287 |
+
* array(
|
288 |
+
* $productId => array(
|
289 |
+
* 'qty' => $qty,
|
290 |
+
* 'item' => $stockItems|null
|
291 |
+
* )
|
292 |
+
* )
|
293 |
+
* @return array
|
294 |
+
*/
|
295 |
+
private function _addToStockQtyArray($item)
|
296 |
+
{
|
297 |
+
$productId = $item->getProductId();
|
298 |
+
$qty = $item->getQtyOrdered();
|
299 |
+
$stockItem = $item->getProduct()->getStockItem();
|
300 |
+
|
301 |
+
Springbot_Log::debug("Adding {$qty} of product {$productId}");
|
302 |
+
|
303 |
+
if($qty && $productId) {
|
304 |
+
if(isset($this->_qtyArray[$productId])) {
|
305 |
+
$this->_qtyArray[$productId]['qty'] += $qty;
|
306 |
+
} else {
|
307 |
+
$qtyItem = array(
|
308 |
+
'qty' => $qty,
|
309 |
+
'item' => $stockItem
|
310 |
+
);
|
311 |
+
$this->_qtyArray[$productId] = $qtyItem;
|
312 |
+
}
|
313 |
+
}
|
314 |
+
return $this;
|
315 |
+
}
|
316 |
}
|
app/code/community/Springbot/Combine/Model/Marketplaces/Order/Customer.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Marketplaces/Order/Item.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Marketplaces/Order/Parser.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Marketplaces/OrderService.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Marketplaces/Payment.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Marketplaces/Remote/Order.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Marketplaces/Shipping.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Mysql4/Action.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Mysql4/Action/Collection.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Mysql4/Cron/Count.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Mysql4/Cron/Queue.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Mysql4/Cron/Queue/Collection.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Mysql4/Redirect.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Mysql4/Redirect/Collection.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Mysql4/Redirect/Order.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Mysql4/Redirect/Order/Collection.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Mysql4/Setup.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Mysql4/Trackable.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Mysql4/Trackable/Collection.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Parser.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Parser/AttributeSet.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Parser/Category.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Parser/Coupon.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Parser/Customer.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Parser/CustomerAttributeSet.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Parser/Guest.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Parser/Inventory.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Parser/Product.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Parser/Purchase.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Parser/Purchase/Item.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Parser/Purchase/Shipment.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Parser/Quote.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Parser/Quote/Item.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Parser/Rule.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Parser/Subscriber.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Redirect.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Redirect/Order.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Resource/Abstract.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Resource/Action.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Resource/Action/Collection.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Resource/Cron/Count.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Resource/Cron/Count/Collection.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Resource/Cron/Queue.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Resource/Cron/Queue/Collection.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Resource/Debug.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Resource/Marketplaces/Remote/Order.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Resource/Marketplaces/Remote/Order/Collection.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Resource/Redirect.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Resource/Redirect/Collection.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Resource/Redirect/Order.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Resource/Redirect/Order/Collection.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Resource/Setup.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Resource/Trackable.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Resource/Trackable/Collection.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Rewrite.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/System/Config/Source/Harvestertype.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/System/Config/Source/LogFormat.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/System/Config/Source/LogLevel.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/System/Config/Source/Stability.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/System/Config/Source/UrlType.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/Model/Trackable.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/etc/adminhtml.xml
CHANGED
File without changes
|
app/code/community/Springbot/Combine/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Springbot_Combine>
|
5 |
-
<version>1.5.2.
|
6 |
</Springbot_Combine>
|
7 |
</modules>
|
8 |
<default>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Springbot_Combine>
|
5 |
+
<version>1.5.2.5</version>
|
6 |
</Springbot_Combine>
|
7 |
</modules>
|
8 |
<default>
|
app/code/community/Springbot/Combine/etc/system.xml
CHANGED
File without changes
|
app/code/community/Springbot/Combine/sql/combine_setup/mysql4-install-1.0.0.70.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/sql/combine_setup/mysql4-upgrade-1.0.0.70-1.0.0.84.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/sql/combine_setup/mysql4-upgrade-1.0.0.84-1.0.0.88.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/sql/combine_setup/mysql4-upgrade-1.0.0.88-1.2.0.0.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/sql/combine_setup/mysql4-upgrade-1.2.0.0-1.2.0.1.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/sql/combine_setup/mysql4-upgrade-1.2.0.1-1.2.1.0.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/sql/combine_setup/mysql4-upgrade-1.3.9.9-1.4.0.0.php
CHANGED
File without changes
|
app/code/community/Springbot/Combine/sql/combine_setup/mysql4-upgrade-1.4.7.0-1.5.0.0.php
CHANGED
File without changes
|
app/code/community/Springbot/Log.php
CHANGED
File without changes
|
app/code/community/Springbot/Services.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Cmd/Forecast.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Cmd/Halt.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Cmd/Harvest.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Cmd/Healthcheck.php
CHANGED
@@ -68,7 +68,12 @@ class Springbot_Services_Cmd_Healthcheck extends Springbot_Services
|
|
68 |
$couponsToPost->getSelect()->order('coupon_id', 'ASC');
|
69 |
$lastFoundCouponId = null;
|
70 |
foreach ($couponsToPost as $couponToPost) {
|
71 |
-
Springbot_Boss::scheduleJob(
|
|
|
|
|
|
|
|
|
|
|
72 |
$lastFoundCouponId = $couponToPost->getId();
|
73 |
}
|
74 |
if (($lastFoundCouponId) && ($lastPostedCouponId != $lastFoundCouponId)) {
|
68 |
$couponsToPost->getSelect()->order('coupon_id', 'ASC');
|
69 |
$lastFoundCouponId = null;
|
70 |
foreach ($couponsToPost as $couponToPost) {
|
71 |
+
Springbot_Boss::scheduleJob(
|
72 |
+
'post:coupon',
|
73 |
+
array('i' => $couponToPost->getId(), 's' => $this->getStoreId()),
|
74 |
+
Springbot_Services::LISTENER,
|
75 |
+
'listener'
|
76 |
+
);
|
77 |
$lastFoundCouponId = $couponToPost->getId();
|
78 |
}
|
79 |
if (($lastFoundCouponId) && ($lastPostedCouponId != $lastFoundCouponId)) {
|
app/code/community/Springbot/Services/Harvest.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Harvest/AttributeSets.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Harvest/Carts.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Harvest/Categories.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Harvest/Coupons.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Harvest/CustomerAttributeSets.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Harvest/Customers.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Harvest/Guests.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Harvest/Inventories.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Harvest/Products.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Harvest/Purchases.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Harvest/Rules.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Harvest/Subscribers.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Log/Installer.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Post.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Post/Attribute.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Post/AttributeSet.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Post/Cart.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Post/Category.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Post/Coupon.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Post/Customer.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Post/Guest.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Post/Inventory.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Post/Json.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Post/Jsonstring.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Post/Product.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Post/Purchase.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Post/Rule.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Post/Subscriber.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Registry.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Store/Finalize.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Store/Register.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks/ClearCache.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks/ClearJobs.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks/ClearStores.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks/CreateRewrite.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks/Debug.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks/DeleteJob.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks/DeliverEventLog.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks/Forecast.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks/GetLog.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks/Harvest.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks/HarvestInventory.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks/Healthcheck.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks/Jobs.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks/KillHarvest.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks/LaunchFullHarvest.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks/LaunchPartialHarvest.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks/PluginVersion.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks/PostItem.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks/Redirects.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks/RegisterStores.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks/ResetRetries.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks/ResumeHarvest.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks/Run.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks/SetVar.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks/Stores.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks/UnlockJobs.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Tasks/ViewConfig.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Work/Cleanup.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Work/Manager.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Work/Report.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Work/Restart.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Work/Runner.php
CHANGED
File without changes
|
app/code/community/Springbot/Services/Work/Stop.php
CHANGED
File without changes
|
app/code/community/Springbot/Shadow/Block/Action/View.php
CHANGED
File without changes
|
app/code/community/Springbot/Shadow/Block/Async.php
CHANGED
File without changes
|
app/code/community/Springbot/Shadow/Controller/Action.php
CHANGED
File without changes
|
app/code/community/Springbot/Shadow/Helper/Data.php
CHANGED
File without changes
|
app/code/community/Springbot/Shadow/Helper/Prattler.php
CHANGED
File without changes
|
app/code/community/Springbot/Shadow/Model/Listeners/Observer.php
CHANGED
File without changes
|
app/code/community/Springbot/Shadow/controllers/ActionController.php
CHANGED
File without changes
|
app/code/community/Springbot/Shadow/controllers/IndexController.php
CHANGED
File without changes
|
app/code/community/Springbot/Shadow/etc/config.xml
CHANGED
File without changes
|
app/code/community/Springbot/Util/Caller.php
CHANGED
File without changes
|
app/code/community/Springbot/Util/Categories.php
CHANGED
File without changes
|
app/code/community/Springbot/Util/Log/Rollover.php
CHANGED
File without changes
|
app/code/community/Springbot/Util/Logger.php
CHANGED
File without changes
|
app/code/community/Springbot/Util/Partition.php
CHANGED
File without changes
|
app/design/adminhtml/default/default/layout/bmbleb.xml
CHANGED
File without changes
|
app/design/adminhtml/default/default/template/bmbleb/auth.phtml
CHANGED
File without changes
|
app/design/adminhtml/default/default/template/bmbleb/dashboard_loggedout.phtml
CHANGED
File without changes
|
app/design/adminhtml/default/default/template/bmbleb/help/index.phtml
CHANGED
File without changes
|
app/design/adminhtml/default/default/template/bmbleb/index/messages.phtml
CHANGED
File without changes
|
app/design/adminhtml/default/default/template/bmbleb/index/terms.phtml
CHANGED
File without changes
|
app/design/adminhtml/default/default/template/bmbleb/jobs.phtml
CHANGED
File without changes
|
app/design/adminhtml/default/default/template/bmbleb/jobs/status.phtml
CHANGED
File without changes
|
app/design/adminhtml/default/default/template/bmbleb/login.phtml
CHANGED
File without changes
|
app/design/adminhtml/default/default/template/bmbleb/logout.phtml
CHANGED
File without changes
|
app/design/adminhtml/default/default/template/bmbleb/logs/index.phtml
CHANGED
File without changes
|
app/design/adminhtml/default/default/template/bmbleb/notifications.phtml
CHANGED
File without changes
|
app/design/adminhtml/default/default/template/bmbleb/order/marketplaces.phtml
CHANGED
File without changes
|
app/design/adminhtml/default/default/template/bmbleb/problems/index.phtml
CHANGED
File without changes
|
app/design/adminhtml/default/default/template/bmbleb/status.phtml
CHANGED
File without changes
|
app/design/adminhtml/default/default/template/bmbleb/tabs.phtml
CHANGED
File without changes
|
app/design/frontend/base/default/layout/shadow.xml
CHANGED
File without changes
|
app/design/frontend/base/default/template/shadow/async.phtml
CHANGED
File without changes
|
app/design/frontend/base/default/template/shadow/conversion.phtml
CHANGED
File without changes
|
app/etc/modules/Springbot.xml
CHANGED
File without changes
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Springbot</name>
|
4 |
-
<version>1.5.2.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/OSL-3.0">Open Software License v3.0 (OSL-3.0)</license>
|
7 |
<channel>community</channel>
|
@@ -53,12 +53,11 @@ Social Media Alerts example: Ted Smith Tweeted about your company
|
|
53 |
Proclivity to Buy Alerts example: Sally Avalon bought a house recently
|
54 |

|
55 |
For support information, features and pricing and more details visit springbot.com</description>
|
56 |
-
<notes>*
|
57 |
-
* Clean up other syntax and docblocks in the file</notes>
|
58 |
<authors><author><name>Springbot Integrations Team</name><user>Springbot</user><email>magento@springbot.com</email></author></authors>
|
59 |
-
<date>2016-
|
60 |
-
<time>
|
61 |
-
<contents><target name="magecommunity"><dir name="Springbot"><dir name="Shadow"><dir name="Block"><dir name="Action"><file name="View.php" hash="c565170f40e3e26d30d7464ce83aa1cf"/></dir><file name="Async.php" hash="0d203fe1a722f7045029613a0e97bfc2"/></dir><dir name="Controller"><file name="Action.php" hash="5dc41d4ddf12a468fb23fc757ef49a95"/></dir><dir name="Helper"><file name="Data.php" hash="82089d4cfecee69628ae9d627ad2de0c"/><file name="Prattler.php" hash="e2658c19a182bd5cc9948eccc024ad21"/></dir><dir name="Model"><dir name="Listeners"><file name="Observer.php" hash="ea89c307b28795d568366b48a8986240"/></dir></dir><dir name="controllers"><file name="ActionController.php" hash="ea69946850d6aa24d14c6df26541ecaf"/><file name="IndexController.php" hash="07ec0cd97882eb37b157a6c6eaf8b656"/></dir><dir name="etc"><file name="config.xml" hash="b1717e37375197b449c0736adff99d87"/></dir></dir><dir name="Services"><dir name="Cmd"><file name="Forecast.php" hash="efaeb6ca5b2667b30929b223cddfb044"/><file name="Halt.php" hash="85c85ae257e9b86d0fb10fb46060fea3"/><file name="Harvest.php" hash="4330b805baf9ab761fad94a22652972c"/><file name="Healthcheck.php" hash="b1c26cd3e54c303c7c6d73e5accf2e18"/></dir><dir name="Harvest"><file name="AttributeSets.php" hash="95610f6fd6323e0473589c01051781f2"/><file name="Carts.php" hash="ecaf8583962fc63e49cf069d73eb22bf"/><file name="Categories.php" hash="acfe9c8dc9a02992a058015e8aaf9311"/><file name="Coupons.php" hash="5190a1669b0b4ef10222843451e9dc36"/><file name="CustomerAttributeSets.php" hash="7c3a0bed9f841900f692f5a17e7c6e8f"/><file name="Customers.php" hash="3d57c8238976554081176e249f2e7f4b"/><file name="Guests.php" hash="4a806542ae8aad1781a7222052ba1595"/><file name="Inventories.php" hash="d5a78ead8d37188df6286d4697b25f76"/><file name="Products.php" hash="087d01eddc45b4a30c4aa7dba5cc5dce"/><file name="Purchases.php" hash="a3d76ae1a2ea514fcce5ca2607ddf5a4"/><file name="Rules.php" hash="355ecad7266987a391ceca9d2eb0244f"/><file name="Subscribers.php" hash="a8b0d7197580bd9f3de7b10f9c6dc7ca"/></dir><file name="Harvest.php" hash="af3b9604c7b9d7da76cffe846dc34d70"/><dir name="Log"><file name="Installer.php" hash="342706712eb2731ea27aeec993fd2d7f"/></dir><dir name="Post"><file name="Attribute.php" hash="e0a283984de84bc16d5f89a893a8dc83"/><file name="AttributeSet.php" hash="c8f66b5a189125a63e834196402b709a"/><file name="Cart.php" hash="26d33fb887417e46d3ba3e46badc04a3"/><file name="Category.php" hash="0645d5eb9bb790f25e29666bc3a703e0"/><file name="Coupon.php" hash="6b8b49327874ce431f6100b6917ba21f"/><file name="Customer.php" hash="d2f018919afdb7d49617e6b9ac7d2760"/><file name="Guest.php" hash="3b7ee9f0e274340713d8c4302d01b361"/><file name="Inventory.php" hash="a003e45720f7527d29a5678596e4e843"/><file name="Json.php" hash="86a5f26aa5367d8c4c66d278e4c02546"/><file name="Jsonstring.php" hash="9dfb5761d1a7835bf35040a073fa8fc4"/><file name="Product.php" hash="5ec9cbf29df156da09d17e1b6526f53d"/><file name="Purchase.php" hash="0b924c8e5d8f7018eb335ba9fb6d63dd"/><file name="Rule.php" hash="fa038fa414a176d960ed6470c7b7b4cd"/><file name="Subscriber.php" hash="88c5dbcaae805866595217eedbbf5f34"/></dir><file name="Post.php" hash="df9bf80bee670259f3a54e3308d0dbd3"/><file name="Registry.php" hash="d54afde887b72e79ae36ab11766ec5c9"/><dir name="Store"><file name="Finalize.php" hash="e840d2c2dbe813f259b92feba8173b52"/><file name="Register.php" hash="72ae8d75c11dc1c0635c799e284ecb2d"/></dir><dir name="Tasks"><file name="ClearCache.php" hash="5653a49dbb7743ffc967640c933976a1"/><file name="ClearJobs.php" hash="380740a54aa4d79a89d2c67f06724a31"/><file name="ClearStores.php" hash="33e216186c56bde7e558cd828e90dda0"/><file name="CreateRewrite.php" hash="fe937a07db1b9e415f97cfc22a49c437"/><file name="Debug.php" hash="41a522394c2b9375393d81bb3ab206cc"/><file name="DeleteJob.php" hash="be2a2be88290cc3e9bc54c59e22254b5"/><file name="DeliverEventLog.php" hash="97d4b71f3ae619503dc82420e862826c"/><file name="Forecast.php" hash="caaf18be7fe387a4eba5a77eb0db2c12"/><file name="GetLog.php" hash="d850bba9f90b134f884d8d7a36730a26"/><file name="Harvest.php" hash="f71f97f078a081425c8848ba435d3b16"/><file name="HarvestInventory.php" hash="570d3aba5ac28b397d601d21f070415e"/><file name="Healthcheck.php" hash="63fdc080533ab8dff8d0949dd6ef4a3b"/><file name="Jobs.php" hash="9df9611445f9ab4a7a6d4b4e79f6b681"/><file name="KillHarvest.php" hash="a757f35956e4565b597522168109071c"/><file name="LaunchFullHarvest.php" hash="e5271dbfa422a90f4c4dda7362cb68f3"/><file name="LaunchPartialHarvest.php" hash="9c5aa7792fe9a3b98f9de9f4b59e3866"/><file name="PluginVersion.php" hash="4139fe90a74f4d6531243fcacf22777a"/><file name="PostItem.php" hash="54b4bac0b26b8b0e06df1d6da1ea7a91"/><file name="Redirects.php" hash="357b3008bbc9967cef73ad055c89e16e"/><file name="RegisterStores.php" hash="c054ef31b9c28efc5a18ee2ddf31c512"/><file name="ResetRetries.php" hash="bf00fe101b69a78955dc9a6d054e7ba7"/><file name="ResumeHarvest.php" hash="c9ba7b36e2b16dd1d1d947fc83a0ce5e"/><file name="Run.php" hash="c6892d3f812d5085b284d3501211bd5d"/><file name="SetVar.php" hash="93a0afb5e5c32536f430fc3b58b72995"/><file name="Stores.php" hash="d444cd05f1487945528e3f1e7bb01bb5"/><file name="UnlockJobs.php" hash="9bf4b725445897ab2842bcb97e344e0c"/><file name="ViewConfig.php" hash="cc60cbc3d2212576301b13b0b286c618"/></dir><file name="Tasks.php" hash="173bdc5c586a0f5d41528cdbd2fff70b"/><dir name="Work"><file name="Cleanup.php" hash="100fef130220e91dc255b5e0f30c37f1"/><file name="Manager.php" hash="9dbdfb717865b7724f4ffd38b3ec866e"/><file name="Report.php" hash="8a3eec618fe3b04a3514dc302c4c5a0f"/><file name="Restart.php" hash="d55e811fbba86348890b4047fa5a579f"/><file name="Runner.php" hash="c0ced9ce83e5e51b4ba5f10bb46760af"/><file name="Stop.php" hash="db97407b43396f0adf44a2354a23a0a5"/></dir></dir><dir name="Util"><file name="Caller.php" hash="4fcc265eb1a58fed5c3b404ec864514b"/><file name="Categories.php" hash="1292843306c38d9593902616e04320a6"/><dir name="Log"><file name="Rollover.php" hash="6ad4bd93adb7e906c1de5a05a2871ea8"/></dir><file name="Logger.php" hash="e6e82bcb3124fce31aa62425ce3d17e6"/><file name="Partition.php" hash="b9296b086003ba58ba12f8b8b0373c50"/></dir><file name="Services.php" hash="b9f0a869c089aa0ce4e111813827e0b0"/><dir name="Bmbleb"><dir name="Block"><dir name="Adminhtml"><file name="Auth.php" hash="7dc661bbe9ec85f700a22b319981114d"/><dir name="Bmbleb"><dir name="Login"><file name="Form.php" hash="04a552a32d4f4079fa4f4960f8fbf8ff"/></dir><file name="Login.php" hash="7232e8225f5b21de5675c0d84cb452bd"/></dir><file name="Connected.php" hash="833cef8e351f5efa7a4d104b1c51ca7f"/><file name="Help.php" hash="b280b3292ed778140b751b6426ef56fb"/><dir name="Index"><file name="Messages.php" hash="1e247e31194447de32e54f49dafc3ccc"/><file name="Terms.php" hash="739e5a9ebe204f1f9ac433557c994ae6"/></dir><file name="Index.php" hash="eb7bbef5fa26a53748596e145c3677c4"/><dir name="Jobs"><file name="Grid.php" hash="67255d982ac3d50b38d7a2a525c2b922"/><file name="Status.php" hash="f1b197bf6fdc392bed93ff0734a54ad6"/></dir><file name="Jobs.php" hash="84801c6008802496e168e763a7e6d71f"/><file name="Login.php" hash="2e4d8baead482d404ed40f7d5f3d902c"/><file name="Logout.php" hash="b75af51891b751b9d070e1e784dd6914"/><file name="Logs.php" hash="686e958b553c1e3fcf74841eab30fffb"/><file name="Notifications.php" hash="9643c809802b0596de2fb5fb12b9674e"/><dir name="Order"><file name="Marketplaces.php" hash="cf241263dc2d6b74b53b54a2d1500a49"/></dir><file name="Status.php" hash="9b67a20f0ee00608029d24850cefda4d"/><file name="Tabs.php" hash="6f93d5c6bd5208a99637c06118c6c630"/></dir></dir><dir name="Helper"><file name="Account.php" hash="c41f40e6f58abd3b8486e0e92cc079d8"/><file name="Data.php" hash="dca14b137de1e2734a377ca645eeddbe"/><file name="PluginStatus.php" hash="9de073079a7ee90a43acd9807a4adc56"/></dir><dir name="Model"><file name="Bmbleb.php" hash="700d11c3006f2dcd2e80cd8bbbab15f9"/><file name="Observer.php" hash="675a90ca08e7b8cd87656d15513e7bb0"/><file name="Status.php" hash="9409d26c7884be6b8075ba97dbf71f78"/><file name="Sync.php" hash="a800b6064a88f37957392cd967f2b3cb"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Bmbleb"><file name="HelpController.php" hash="cda8111aaec6f9155aac1f2e0afb8b32"/><file name="IndexController.php" hash="174d93cdc2d881f2f183e69a8ad151d5"/><file name="JobsController.php" hash="1feb95dd4b477910165a250826e49145"/><file name="LoginController.php" hash="2fe8f033d16599013eba12137c69a3d2"/><file name="LogsController.php" hash="d31f21a550cac8b5bfa5af6b6bdfd412"/><file name="SettingsController.php" hash="8bce329eed695d7403e874b73fe30ceb"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="dd106e93b300a7d872498397f6135d21"/></dir></dir><file name="Boss.php" hash="446dbbf01f05f72328cbc033769e2354"/><file name="Cli.php" hash="36bb25a8314c24e5aa49df8b78111a55"/><file name="Log.php" hash="172ef37dda5b5e495e97872ef48754c4"/><dir name="Combine"><dir name="Helper"><file name="Attributes.php" hash="b3cedc8aecd0c57f4ed4aa8a0158caa1"/><file name="Cart.php" hash="07ce5f461ecded3b9b00ed5c30faa266"/><file name="Data.php" hash="bba3915380a71aaacacc306f10396ef1"/><file name="Harvest.php" hash="dabc1f514d2378d2b723856c732b1253"/><file name="Marketplaces.php" hash="5b080bf0649759b563a90ae5992091fd"/><file name="Parser.php" hash="480f573160e775654555022a5fee1450"/><file name="Redirect.php" hash="92ffe4e71329c1418143d295ae71d18a"/><file name="Store.php" hash="8db94d157d7e497e7612844da43a6c11"/><file name="Trackable.php" hash="a042cb0d176730ec87353b1c5c6d21f7"/></dir><dir name="Model"><file name="Action.php" hash="6375461263bdf7fe26e71235d2449c21"/><file name="Api.php" hash="1c38e0ef61c84be1bf997b7143238f27"/><dir name="Cron"><file name="Count.php" hash="57552740b6ffdd9a4e879191a51043b0"/><dir name="Manager"><file name="Status.php" hash="aeb4445bc2d4b1b7e0e19c09172f0483"/></dir><dir name="Queue"><dir name="Batch"><file name="Row.php" hash="25f4ed809a9190f5d41c6c210cd8a537"/></dir><file name="Batch.php" hash="fa905d2781aab5881e881e3b12d25e0c"/></dir><file name="Queue.php" hash="52fae6cb137515dd59f0e8a612a90adb"/><file name="Worker.php" hash="4a825f89f340c34cd5feff2cfb859a7a"/></dir><file name="Cron.php" hash="92641d27ee653b22eeb9f6b995abde0b"/><dir name="File"><file name="Io.php" hash="6d1f79eaf45897bf0525b0f3f3ac69d2"/><file name="Path.php" hash="24900b670c07fcdc4e54bae585f20002"/></dir><dir name="Harvest"><file name="AttributeSets.php" hash="479dfb30912b74183b396fa4e62323b2"/><file name="Carts.php" hash="0b303b2b7d4458a9a0cbf0653b9d660f"/><file name="Categories.php" hash="fd5f13ad449a320616569f64c82327ff"/><file name="Coupons.php" hash="14112f9063bbf20cea7ff3649f238524"/><file name="CustomerAttributeSets.php" hash="044f426226165ee86b0f822c00ec7712"/><file name="Customers.php" hash="c7850418a39abf09c10fbfafcb96f8e1"/><file name="Guests.php" hash="3685b3220b724e518dc83daad015577f"/><file name="Inventories.php" hash="15dc9f8c38dd7ab626eb3154c6b1b0f2"/><file name="Products.php" hash="da471abcc04837391b5270464164aefd"/><file name="Purchases.php" hash="427d38d1f6579f63730aa6bdf6b7bba4"/><file name="Rules.php" hash="fd1789174225c4ed6ad1e1137fe2aee5"/><file name="Subscribers.php" hash="e499e299612a6e2ce07ee19228cf43c5"/></dir><file name="Harvest.php" hash="73e9f8c899fab89ef9ce90f8acfe9de7"/><dir name="Marketplaces"><dir name="Order"><file name="Builder.php" hash="2626d334363b2c9c891d65a335d3fc98"/><file name="Customer.php" hash="83e02326c7a00f3df20f217d7ce3ea9e"/><file name="Item.php" hash="8f285f1648bf52b9fa95dfa3c68d3011"/><file name="Parser.php" hash="55dad7d4feb487f3c8d3094423245cde"/></dir><file name="OrderService.php" hash="28251d154f69ea6ba31a6768f8753492"/><file name="Payment.php" hash="f3accd929ab4ddbc1ae4872a20c705a8"/><dir name="Remote"><file name="Order.php" hash="c687a441bc08ed2e967e30a2c0235624"/></dir><file name="Shipping.php" hash="f4aa773729c7058c9789537c8da79694"/></dir><dir name="Mysql4"><dir name="Action"><file name="Collection.php" hash="830a7db2ea307d594fe945701654d883"/></dir><file name="Action.php" hash="5b18cc8842c83d981575b7b2de496f66"/><dir name="Cron"><file name="Count.php" hash="acbbb7ec28afbbe98101f5d114cb30b3"/><dir name="Queue"><file name="Collection.php" hash="b26806c9e7cefd052bb784f5a6ce814c"/></dir><file name="Queue.php" hash="4add10644bfc94b88ef5042b23c82ae7"/></dir><dir name="Redirect"><file name="Collection.php" hash="3bbe4f8729c603f8d8131154a0a117c1"/><dir name="Order"><file name="Collection.php" hash="88c0cfcce31b0eed8c035dee4e7e86df"/></dir><file name="Order.php" hash="852bea330edac3372ec5c168111301a8"/></dir><file name="Redirect.php" hash="842e4ba35c6b049c8eaa64704588ca76"/><file name="Setup.php" hash="3fdec335980846a4c3adbc6f4e3478eb"/><dir name="Trackable"><file name="Collection.php" hash="8799c5bf630d267b551cf9dba986cbb0"/></dir><file name="Trackable.php" hash="b38749697b641874b42dceae38ab4a30"/></dir><dir name="Parser"><file name="AttributeSet.php" hash="9ae4013d42da5de0e9c8492fb29cd8d6"/><file name="Category.php" hash="0c3c71ff784307b9120d7cf781005069"/><file name="Coupon.php" hash="a66b3d4c8397610863cd74e35cbd5b62"/><file name="Customer.php" hash="99233c3da1eb28f1ec15e20e837d764a"/><file name="CustomerAttributeSet.php" hash="1b51f9300a9ee102872ff9d7f9bbccbc"/><file name="Guest.php" hash="002c900d3722f761e3e3ac63be84014f"/><file name="Inventory.php" hash="6f9ea827ee304f72b13bce3d7316efbc"/><file name="Product.php" hash="7e0fa4a55ca45fc876e588442cce72eb"/><dir name="Purchase"><file name="Item.php" hash="ca7facc8c81504ea990fdb1feeba64dd"/><file name="Shipment.php" hash="15f75c4443f41ed79fed37611912ce6d"/></dir><file name="Purchase.php" hash="d718ed744e15b9faaec2eaf3c2fb7b3b"/><dir name="Quote"><file name="Item.php" hash="37cbc74a49a16e67e02f421978e1741f"/></dir><file name="Quote.php" hash="fa0e008c67f15d1a4c7866a407aaaeaf"/><file name="Rule.php" hash="0a0f70172aeff0e5157f2f1652c3ae09"/><file name="Subscriber.php" hash="357aae3d07af49ad69e6df273ae2548b"/></dir><file name="Parser.php" hash="2e10487d6e00e3d2c3ec075c68e25d52"/><dir name="Redirect"><file name="Order.php" hash="e3ada1549e933dc4d247416c86f44266"/></dir><file name="Redirect.php" hash="9cb73f08f55f70335b1434c5a917ba1a"/><dir name="Resource"><file name="Abstract.php" hash="dfb049670e71971990e7920952fc9a39"/><dir name="Action"><file name="Collection.php" hash="22e278b8cbc5d18d4faa48c4f224d145"/></dir><file name="Action.php" hash="83b00531db5ec3a51ea7c0fc65a1d083"/><dir name="Cron"><dir name="Count"><file name="Collection.php" hash="c5cb4ab406c1d008c1bc22bb95b3ba28"/></dir><file name="Count.php" hash="6a356b5d92b509945c4567f479b9bfdd"/><dir name="Queue"><file name="Collection.php" hash="e6655bdbc5920eeb9178adfcb905ac36"/></dir><file name="Queue.php" hash="f9eae90970e4d935b5e5335c8e57e71b"/></dir><file name="Debug.php" hash="976156dc1ff783a26174bdac79decde2"/><dir name="Marketplaces"><dir name="Remote"><dir name="Order"><file name="Collection.php" hash="f94042d6a8ed87de18e64776f8aa0caf"/></dir><file name="Order.php" hash="08dfd41765ce0045b25bfb1e76a7aaac"/></dir></dir><dir name="Redirect"><file name="Collection.php" hash="df6662f064b3170aab46d69d42c514a3"/><dir name="Order"><file name="Collection.php" hash="162359ed9499b6f976f5c341fd0585c3"/></dir><file name="Order.php" hash="7ea4477380a5215dc0efe561ede359d9"/></dir><file name="Redirect.php" hash="d239af442388bb9fa80db81a7fc43711"/><file name="Setup.php" hash="3177eb8b02a951e0b988abcfd3eb92a1"/><dir name="Trackable"><file name="Collection.php" hash="6f060c3537b49710302e38e881885a69"/></dir><file name="Trackable.php" hash="764b0d21c492dd69b9f85ae3c647666e"/></dir><file name="Rewrite.php" hash="a10802e5fa677fc9e6c106ef32a615c8"/><dir name="System"><dir name="Config"><dir name="Source"><file name="Harvestertype.php" hash="2f8c8f285df356013c15c1441bb5de3e"/><file name="LogFormat.php" hash="828680dafe5a7042221900cb6d9dfa17"/><file name="LogLevel.php" hash="b86c793ca04205f045efd9ea42d02a10"/><file name="Stability.php" hash="830e5bc4e8ce9657221224dbaf99cee6"/><file name="UrlType.php" hash="28f9a5bc024afe5526685d429a751ad8"/></dir></dir></dir><file name="Trackable.php" hash="9a78a576f6df1d2c535200b9c6069ba8"/></dir><dir name="etc"><file name="adminhtml.xml" hash="794fc8a1d67ac3e6b5d71c707a0c7cad"/><file name="config.xml" hash="0bb5f3880dc9eb408de7e9500c325ee7"/><file name="system.xml" hash="29876070fa3148b4905477207c5b8bb9"/></dir><dir name="sql"><dir name="combine_setup"><file name="mysql4-install-1.0.0.70.php" hash="a2039a52ee797d6b7bb059a778964e37"/><file name="mysql4-upgrade-1.0.0.70-1.0.0.84.php" hash="e51deaff9e65f43483ab00573605329d"/><file name="mysql4-upgrade-1.0.0.84-1.0.0.88.php" hash="89bd8a585c0d351aae6838ace48f608d"/><file name="mysql4-upgrade-1.0.0.88-1.2.0.0.php" hash="6935370d864865461a4d3c3c4f5f7852"/><file name="mysql4-upgrade-1.2.0.0-1.2.0.1.php" hash="01a7ef2466b9f676884db4d7a7c562a9"/><file name="mysql4-upgrade-1.2.0.1-1.2.1.0.php" hash="46028e3aafb6558e2e15bef932468cb4"/><file name="mysql4-upgrade-1.3.9.9-1.4.0.0.php" hash="6db20f53ea3551243dc024aa207aaaa7"/><file name="mysql4-upgrade-1.4.7.0-1.5.0.0.php" hash="0251b062192af9015dc20f9261795f06"/></dir></dir></dir><dir name="BoneCollector"><dir name="Model"><file name="HarvestAbstract.php" hash="fecaefad7d4fc279e3a54b4c8cac54ae"/><dir name="HarvestAttribute"><file name="Observer.php" hash="e54c6434c56db411d1a95f55eacc1a7b"/></dir><dir name="HarvestCart"><file name="Observer.php" hash="c4bf9096fce93dc167a7204d3eaa4c24"/></dir><dir name="HarvestCategory"><file name="Observer.php" hash="2072d69344379f4de67b60c209a24875"/></dir><dir name="HarvestCustomer"><file name="Observer.php" hash="e99f1e144447b794f821e41abffb5b7e"/></dir><dir name="HarvestInventoryItem"><file name="Observer.php" hash="df82aade901d3098695d26ed5697455f"/></dir><dir name="HarvestProduct"><file name="Observer.php" hash="30d353b22e2a5e61374e4c679fed6da9"/></dir><dir name="HarvestPurchase"><file name="Observer.php" hash="78ed47e474ddebd7e48527df3b4c7b1f"/></dir><dir name="HarvestRule"><file name="Observer.php" hash="3511954dd9842dcc1defa0c0237b4b49"/></dir><dir name="HarvestSubscriber"><file name="Observer.php" hash="4fa55a9ad34b47118c8aa43d55fa383b"/></dir></dir><dir name="etc"><file name="config.xml" hash="b1a43d80a3326ef2c26f20660d7f0a3b"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Springbot.xml" hash="1376424af56bb8add0a97f9f8da2ba93"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="bmbleb.xml" hash="69aa1b64c5349cbb53fcdc385b0adce4"/></dir><dir name="template"><dir name="bmbleb"><file name="auth.phtml" hash="bf509b53c49cd69ec3ea60e3effe69c3"/><file name="dashboard_loggedout.phtml" hash="19281143b19a544d4e3072dc754ada2d"/><dir name="help"><file name="index.phtml" hash="e9d3f11c623c735c3e699e406ff9e0e7"/></dir><dir name="index"><file name="messages.phtml" hash="fcbbb47d2cc30c493ed2316a8b888f5d"/><file name="terms.phtml" hash="dfff1182d2fe7d8eee69b9b302c4cbc7"/></dir><dir name="jobs"><file name="status.phtml" hash="77f0b0ae7c3c6c42031675cfc959e270"/></dir><file name="jobs.phtml" hash="961ac83f56bf8703dbc433894da4933e"/><file name="login.phtml" hash="0a1a20dfaffe8646bb56323ab811d46a"/><file name="logout.phtml" hash="09b92790c5e124a01086d6929ed7e8de"/><dir name="logs"><file name="index.phtml" hash="d7ca20d89a393bbc8cd31e98f73c0ea9"/></dir><file name="notifications.phtml" hash="45f8767a090a4f7a7e177151bbc43f4f"/><dir name="order"><file name="marketplaces.phtml" hash="03857d6c46acb08886cb597e6f3ba5e5"/></dir><dir name="problems"><file name="index.phtml" hash="b6ad14ab59fc3a06fda655d57faeab23"/></dir><file name="status.phtml" hash="1acc630a6549b234bc1fa5923e04b8ce"/><file name="tabs.phtml" hash="779c335a284b9bab18b36859011d673f"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="shadow.xml" hash="3f29bebbcf7e42c57dcac9150c6b7d68"/></dir><dir name="template"><dir name="shadow"><file name="async.phtml" hash="af147801ed74d45bb0580b0bb69ce0fd"/><file name="conversion.phtml" hash="c1eff343cf8d9a2189caaf1387ddc225"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="bmbleb"><file name="bmbleb.css" hash="d929b5f42085c25b86101379f286f55f"/><dir name="images"><file name="arrows_up-down-large.png" hash="72c27995e1ab1d182891dad0a4d1dae2"/><file name="bmb-ctl.png" hash="de59a694a82b8699560df5146b2e315f"/><file name="check.png" hash="126f33ed483549e79a16186b7499c190"/><file name="grn-bg.png" hash="f681a524e2b4561dbe94152a2d24d60b"/><file name="h3-bg.png" hash="b93df0b0bdba8e8f6e0a07cc31fcc180"/><file name="icon-alert.png" hash="ac2e70efdcebc3813222d0d3ee62a6d9"/><file name="icon-bmbleb.png" hash="fb5574b5e63ee33b84eee26b3d8ef8e3"/><file name="icon-insights.png" hash="725fd29fe1b705e358c9080408693d3d"/><file name="icon-status.png" hash="bd13429f23166a6d431739010ea1b2cd"/><file name="left-ico1.png" hash="7d188f5e6021569750756f58067f0a3b"/><file name="left-ico2.png" hash="d2f6379a73290a8ffa4cb3e19a809d25"/><file name="left-ico3.png" hash="73bc75f7a746e54a75f14eda7a28a6b9"/><file name="left-ico4.png" hash="1da2c26187fed26b6c61599682b2dc4b"/><file name="left-ico5.png" hash="ada61cb32805f2cb8e8dace46361613e"/><file name="left-ico6.png" hash="1e62822267f72589ffa0771352a002da"/><file name="left-ico7.png" hash="16118412d581f0c83ce45c44f62f25a1"/><file name="left-ico8.png" hash="c7de2fe523c892b432b575648cc05631"/><file name="left-ico_demographics.png" hash="3fe23a2dea68f6c65114f248a8bdaa5e"/><file name="login-icn-b.png" hash="64e72070f595e215ece79736ac77ee2f"/><file name="login-icn.png" hash="6142cc2fc8ee2d1c40bf3c8f9ac1fa85"/><file name="logo.png" hash="8fb783f7d68fca3914123f56b8c066a4"/><file name="orng-bg.png" hash="074a6912ca2a139df537e3d15b6bc9b2"/><file name="plugin_dashboard_syncing.jpg" hash="8511648541f6f1b96ff1c53dda3a439b"/><file name="register.png" hash="f73fe51cf7df27ab11089385fa50714e"/><file name="registration-bg-25.png" hash="9d2cf77619cc8fce3ae4d44b0aae30c1"/><file name="registration-bg-50.png" hash="99942fdc8c3f88b0d4b09f87c9e39045"/><file name="registration-bg.png" hash="96365b39495e56ffe491dd9930fe221d"/><file name="spinner.gif" hash="add667817f25bce331a213ab3cc9621f"/><file name="springbot-ctl.png" hash="de59a694a82b8699560df5146b2e315f"/><file name="submit-btn-bg.png" hash="d98aa287b7b73dad9f780b22cb53fbdb"/><file name="sync_icon.png" hash="cb12f2e8943c8e324e3456375f953c86"/><file name="white-check.png" hash="126f33ed483549e79a16186b7499c190"/></dir></dir></dir></dir></dir></target><target name="mageweb"><dir name="shell"><file name="springbot.php" hash="4b36425179a2db3bf63cf706f4989f80"/></dir></target></contents>
|
62 |
<compatible/>
|
63 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
64 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Springbot</name>
|
4 |
+
<version>1.5.2.5</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/OSL-3.0">Open Software License v3.0 (OSL-3.0)</license>
|
7 |
<channel>community</channel>
|
53 |
Proclivity to Buy Alerts example: Sally Avalon bought a house recently
|
54 |

|
55 |
For support information, features and pricing and more details visit springbot.com</description>
|
56 |
+
<notes>* Add inventory management to order creation</notes>
|
|
|
57 |
<authors><author><name>Springbot Integrations Team</name><user>Springbot</user><email>magento@springbot.com</email></author></authors>
|
58 |
+
<date>2016-11-18</date>
|
59 |
+
<time>23:26:22</time>
|
60 |
+
<contents><target name="magecommunity"><dir name="Springbot"><dir name="Shadow"><dir name="Block"><dir name="Action"><file name="View.php" hash="c565170f40e3e26d30d7464ce83aa1cf"/></dir><file name="Async.php" hash="0d203fe1a722f7045029613a0e97bfc2"/></dir><dir name="Controller"><file name="Action.php" hash="5dc41d4ddf12a468fb23fc757ef49a95"/></dir><dir name="Helper"><file name="Data.php" hash="82089d4cfecee69628ae9d627ad2de0c"/><file name="Prattler.php" hash="e2658c19a182bd5cc9948eccc024ad21"/></dir><dir name="Model"><dir name="Listeners"><file name="Observer.php" hash="ea89c307b28795d568366b48a8986240"/></dir></dir><dir name="controllers"><file name="ActionController.php" hash="ea69946850d6aa24d14c6df26541ecaf"/><file name="IndexController.php" hash="07ec0cd97882eb37b157a6c6eaf8b656"/></dir><dir name="etc"><file name="config.xml" hash="b1717e37375197b449c0736adff99d87"/></dir></dir><dir name="Services"><dir name="Cmd"><file name="Forecast.php" hash="efaeb6ca5b2667b30929b223cddfb044"/><file name="Halt.php" hash="85c85ae257e9b86d0fb10fb46060fea3"/><file name="Harvest.php" hash="4330b805baf9ab761fad94a22652972c"/><file name="Healthcheck.php" hash="6b4e45558a00b6448d4ef619ffcf55fa"/></dir><dir name="Harvest"><file name="AttributeSets.php" hash="95610f6fd6323e0473589c01051781f2"/><file name="Carts.php" hash="ecaf8583962fc63e49cf069d73eb22bf"/><file name="Categories.php" hash="acfe9c8dc9a02992a058015e8aaf9311"/><file name="Coupons.php" hash="5190a1669b0b4ef10222843451e9dc36"/><file name="CustomerAttributeSets.php" hash="7c3a0bed9f841900f692f5a17e7c6e8f"/><file name="Customers.php" hash="3d57c8238976554081176e249f2e7f4b"/><file name="Guests.php" hash="4a806542ae8aad1781a7222052ba1595"/><file name="Inventories.php" hash="d5a78ead8d37188df6286d4697b25f76"/><file name="Products.php" hash="087d01eddc45b4a30c4aa7dba5cc5dce"/><file name="Purchases.php" hash="a3d76ae1a2ea514fcce5ca2607ddf5a4"/><file name="Rules.php" hash="355ecad7266987a391ceca9d2eb0244f"/><file name="Subscribers.php" hash="a8b0d7197580bd9f3de7b10f9c6dc7ca"/></dir><file name="Harvest.php" hash="af3b9604c7b9d7da76cffe846dc34d70"/><dir name="Log"><file name="Installer.php" hash="342706712eb2731ea27aeec993fd2d7f"/></dir><dir name="Post"><file name="Attribute.php" hash="e0a283984de84bc16d5f89a893a8dc83"/><file name="AttributeSet.php" hash="c8f66b5a189125a63e834196402b709a"/><file name="Cart.php" hash="26d33fb887417e46d3ba3e46badc04a3"/><file name="Category.php" hash="0645d5eb9bb790f25e29666bc3a703e0"/><file name="Coupon.php" hash="6b8b49327874ce431f6100b6917ba21f"/><file name="Customer.php" hash="d2f018919afdb7d49617e6b9ac7d2760"/><file name="Guest.php" hash="3b7ee9f0e274340713d8c4302d01b361"/><file name="Inventory.php" hash="a003e45720f7527d29a5678596e4e843"/><file name="Json.php" hash="86a5f26aa5367d8c4c66d278e4c02546"/><file name="Jsonstring.php" hash="9dfb5761d1a7835bf35040a073fa8fc4"/><file name="Product.php" hash="5ec9cbf29df156da09d17e1b6526f53d"/><file name="Purchase.php" hash="0b924c8e5d8f7018eb335ba9fb6d63dd"/><file name="Rule.php" hash="fa038fa414a176d960ed6470c7b7b4cd"/><file name="Subscriber.php" hash="88c5dbcaae805866595217eedbbf5f34"/></dir><file name="Post.php" hash="df9bf80bee670259f3a54e3308d0dbd3"/><file name="Registry.php" hash="d54afde887b72e79ae36ab11766ec5c9"/><dir name="Store"><file name="Finalize.php" hash="e840d2c2dbe813f259b92feba8173b52"/><file name="Register.php" hash="72ae8d75c11dc1c0635c799e284ecb2d"/></dir><dir name="Tasks"><file name="ClearCache.php" hash="5653a49dbb7743ffc967640c933976a1"/><file name="ClearJobs.php" hash="380740a54aa4d79a89d2c67f06724a31"/><file name="ClearStores.php" hash="33e216186c56bde7e558cd828e90dda0"/><file name="CreateRewrite.php" hash="fe937a07db1b9e415f97cfc22a49c437"/><file name="Debug.php" hash="41a522394c2b9375393d81bb3ab206cc"/><file name="DeleteJob.php" hash="be2a2be88290cc3e9bc54c59e22254b5"/><file name="DeliverEventLog.php" hash="97d4b71f3ae619503dc82420e862826c"/><file name="Forecast.php" hash="caaf18be7fe387a4eba5a77eb0db2c12"/><file name="GetLog.php" hash="d850bba9f90b134f884d8d7a36730a26"/><file name="Harvest.php" hash="f71f97f078a081425c8848ba435d3b16"/><file name="HarvestInventory.php" hash="570d3aba5ac28b397d601d21f070415e"/><file name="Healthcheck.php" hash="63fdc080533ab8dff8d0949dd6ef4a3b"/><file name="Jobs.php" hash="9df9611445f9ab4a7a6d4b4e79f6b681"/><file name="KillHarvest.php" hash="a757f35956e4565b597522168109071c"/><file name="LaunchFullHarvest.php" hash="e5271dbfa422a90f4c4dda7362cb68f3"/><file name="LaunchPartialHarvest.php" hash="9c5aa7792fe9a3b98f9de9f4b59e3866"/><file name="PluginVersion.php" hash="4139fe90a74f4d6531243fcacf22777a"/><file name="PostItem.php" hash="54b4bac0b26b8b0e06df1d6da1ea7a91"/><file name="Redirects.php" hash="357b3008bbc9967cef73ad055c89e16e"/><file name="RegisterStores.php" hash="c054ef31b9c28efc5a18ee2ddf31c512"/><file name="ResetRetries.php" hash="bf00fe101b69a78955dc9a6d054e7ba7"/><file name="ResumeHarvest.php" hash="c9ba7b36e2b16dd1d1d947fc83a0ce5e"/><file name="Run.php" hash="c6892d3f812d5085b284d3501211bd5d"/><file name="SetVar.php" hash="93a0afb5e5c32536f430fc3b58b72995"/><file name="Stores.php" hash="d444cd05f1487945528e3f1e7bb01bb5"/><file name="UnlockJobs.php" hash="9bf4b725445897ab2842bcb97e344e0c"/><file name="ViewConfig.php" hash="cc60cbc3d2212576301b13b0b286c618"/></dir><file name="Tasks.php" hash="173bdc5c586a0f5d41528cdbd2fff70b"/><dir name="Work"><file name="Cleanup.php" hash="100fef130220e91dc255b5e0f30c37f1"/><file name="Manager.php" hash="9dbdfb717865b7724f4ffd38b3ec866e"/><file name="Report.php" hash="8a3eec618fe3b04a3514dc302c4c5a0f"/><file name="Restart.php" hash="d55e811fbba86348890b4047fa5a579f"/><file name="Runner.php" hash="c0ced9ce83e5e51b4ba5f10bb46760af"/><file name="Stop.php" hash="db97407b43396f0adf44a2354a23a0a5"/></dir></dir><dir name="Util"><file name="Caller.php" hash="4fcc265eb1a58fed5c3b404ec864514b"/><file name="Categories.php" hash="1292843306c38d9593902616e04320a6"/><dir name="Log"><file name="Rollover.php" hash="6ad4bd93adb7e906c1de5a05a2871ea8"/></dir><file name="Logger.php" hash="e6e82bcb3124fce31aa62425ce3d17e6"/><file name="Partition.php" hash="b9296b086003ba58ba12f8b8b0373c50"/></dir><file name="Services.php" hash="b9f0a869c089aa0ce4e111813827e0b0"/><dir name="Bmbleb"><dir name="Block"><dir name="Adminhtml"><file name="Auth.php" hash="7dc661bbe9ec85f700a22b319981114d"/><dir name="Bmbleb"><dir name="Login"><file name="Form.php" hash="04a552a32d4f4079fa4f4960f8fbf8ff"/></dir><file name="Login.php" hash="7232e8225f5b21de5675c0d84cb452bd"/></dir><file name="Connected.php" hash="833cef8e351f5efa7a4d104b1c51ca7f"/><file name="Help.php" hash="b280b3292ed778140b751b6426ef56fb"/><dir name="Index"><file name="Messages.php" hash="1e247e31194447de32e54f49dafc3ccc"/><file name="Terms.php" hash="739e5a9ebe204f1f9ac433557c994ae6"/></dir><file name="Index.php" hash="eb7bbef5fa26a53748596e145c3677c4"/><dir name="Jobs"><file name="Grid.php" hash="67255d982ac3d50b38d7a2a525c2b922"/><file name="Status.php" hash="f1b197bf6fdc392bed93ff0734a54ad6"/></dir><file name="Jobs.php" hash="84801c6008802496e168e763a7e6d71f"/><file name="Login.php" hash="2e4d8baead482d404ed40f7d5f3d902c"/><file name="Logout.php" hash="b75af51891b751b9d070e1e784dd6914"/><file name="Logs.php" hash="686e958b553c1e3fcf74841eab30fffb"/><file name="Notifications.php" hash="9643c809802b0596de2fb5fb12b9674e"/><dir name="Order"><file name="Marketplaces.php" hash="cf241263dc2d6b74b53b54a2d1500a49"/></dir><file name="Status.php" hash="9b67a20f0ee00608029d24850cefda4d"/><file name="Tabs.php" hash="6f93d5c6bd5208a99637c06118c6c630"/></dir></dir><dir name="Helper"><file name="Account.php" hash="c41f40e6f58abd3b8486e0e92cc079d8"/><file name="Data.php" hash="dca14b137de1e2734a377ca645eeddbe"/><file name="PluginStatus.php" hash="9de073079a7ee90a43acd9807a4adc56"/></dir><dir name="Model"><file name="Bmbleb.php" hash="700d11c3006f2dcd2e80cd8bbbab15f9"/><file name="Observer.php" hash="675a90ca08e7b8cd87656d15513e7bb0"/><file name="Status.php" hash="9409d26c7884be6b8075ba97dbf71f78"/><file name="Sync.php" hash="a800b6064a88f37957392cd967f2b3cb"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Bmbleb"><file name="HelpController.php" hash="cda8111aaec6f9155aac1f2e0afb8b32"/><file name="IndexController.php" hash="174d93cdc2d881f2f183e69a8ad151d5"/><file name="JobsController.php" hash="1feb95dd4b477910165a250826e49145"/><file name="LoginController.php" hash="52205a52705987ee51c354be2fa27012"/><file name="LogsController.php" hash="d31f21a550cac8b5bfa5af6b6bdfd412"/><file name="SettingsController.php" hash="8bce329eed695d7403e874b73fe30ceb"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="dd106e93b300a7d872498397f6135d21"/></dir></dir><file name="Boss.php" hash="446dbbf01f05f72328cbc033769e2354"/><file name="Cli.php" hash="36bb25a8314c24e5aa49df8b78111a55"/><file name="Log.php" hash="172ef37dda5b5e495e97872ef48754c4"/><dir name="Combine"><dir name="Helper"><file name="Attributes.php" hash="b3cedc8aecd0c57f4ed4aa8a0158caa1"/><file name="Cart.php" hash="07ce5f461ecded3b9b00ed5c30faa266"/><file name="Data.php" hash="bba3915380a71aaacacc306f10396ef1"/><file name="Harvest.php" hash="dabc1f514d2378d2b723856c732b1253"/><file name="Marketplaces.php" hash="5b080bf0649759b563a90ae5992091fd"/><file name="Parser.php" hash="480f573160e775654555022a5fee1450"/><file name="Redirect.php" hash="92ffe4e71329c1418143d295ae71d18a"/><file name="Store.php" hash="8db94d157d7e497e7612844da43a6c11"/><file name="Trackable.php" hash="a042cb0d176730ec87353b1c5c6d21f7"/></dir><dir name="Model"><file name="Action.php" hash="6375461263bdf7fe26e71235d2449c21"/><file name="Api.php" hash="1c38e0ef61c84be1bf997b7143238f27"/><dir name="Cron"><file name="Count.php" hash="57552740b6ffdd9a4e879191a51043b0"/><dir name="Manager"><file name="Status.php" hash="aeb4445bc2d4b1b7e0e19c09172f0483"/></dir><dir name="Queue"><dir name="Batch"><file name="Row.php" hash="25f4ed809a9190f5d41c6c210cd8a537"/></dir><file name="Batch.php" hash="fa905d2781aab5881e881e3b12d25e0c"/></dir><file name="Queue.php" hash="52fae6cb137515dd59f0e8a612a90adb"/><file name="Worker.php" hash="4a825f89f340c34cd5feff2cfb859a7a"/></dir><file name="Cron.php" hash="92641d27ee653b22eeb9f6b995abde0b"/><dir name="File"><file name="Io.php" hash="6d1f79eaf45897bf0525b0f3f3ac69d2"/><file name="Path.php" hash="24900b670c07fcdc4e54bae585f20002"/></dir><dir name="Harvest"><file name="AttributeSets.php" hash="479dfb30912b74183b396fa4e62323b2"/><file name="Carts.php" hash="0b303b2b7d4458a9a0cbf0653b9d660f"/><file name="Categories.php" hash="fd5f13ad449a320616569f64c82327ff"/><file name="Coupons.php" hash="14112f9063bbf20cea7ff3649f238524"/><file name="CustomerAttributeSets.php" hash="044f426226165ee86b0f822c00ec7712"/><file name="Customers.php" hash="c7850418a39abf09c10fbfafcb96f8e1"/><file name="Guests.php" hash="3685b3220b724e518dc83daad015577f"/><file name="Inventories.php" hash="15dc9f8c38dd7ab626eb3154c6b1b0f2"/><file name="Products.php" hash="da471abcc04837391b5270464164aefd"/><file name="Purchases.php" hash="427d38d1f6579f63730aa6bdf6b7bba4"/><file name="Rules.php" hash="fd1789174225c4ed6ad1e1137fe2aee5"/><file name="Subscribers.php" hash="e499e299612a6e2ce07ee19228cf43c5"/></dir><file name="Harvest.php" hash="73e9f8c899fab89ef9ce90f8acfe9de7"/><dir name="Marketplaces"><dir name="Order"><file name="Builder.php" hash="f19e3f1dd758c84058b9b51805581bfb"/><file name="Customer.php" hash="83e02326c7a00f3df20f217d7ce3ea9e"/><file name="Item.php" hash="8f285f1648bf52b9fa95dfa3c68d3011"/><file name="Parser.php" hash="55dad7d4feb487f3c8d3094423245cde"/></dir><file name="OrderService.php" hash="28251d154f69ea6ba31a6768f8753492"/><file name="Payment.php" hash="f3accd929ab4ddbc1ae4872a20c705a8"/><dir name="Remote"><file name="Order.php" hash="c687a441bc08ed2e967e30a2c0235624"/></dir><file name="Shipping.php" hash="f4aa773729c7058c9789537c8da79694"/></dir><dir name="Mysql4"><dir name="Action"><file name="Collection.php" hash="830a7db2ea307d594fe945701654d883"/></dir><file name="Action.php" hash="5b18cc8842c83d981575b7b2de496f66"/><dir name="Cron"><file name="Count.php" hash="acbbb7ec28afbbe98101f5d114cb30b3"/><dir name="Queue"><file name="Collection.php" hash="b26806c9e7cefd052bb784f5a6ce814c"/></dir><file name="Queue.php" hash="4add10644bfc94b88ef5042b23c82ae7"/></dir><dir name="Redirect"><file name="Collection.php" hash="3bbe4f8729c603f8d8131154a0a117c1"/><dir name="Order"><file name="Collection.php" hash="88c0cfcce31b0eed8c035dee4e7e86df"/></dir><file name="Order.php" hash="852bea330edac3372ec5c168111301a8"/></dir><file name="Redirect.php" hash="842e4ba35c6b049c8eaa64704588ca76"/><file name="Setup.php" hash="3fdec335980846a4c3adbc6f4e3478eb"/><dir name="Trackable"><file name="Collection.php" hash="8799c5bf630d267b551cf9dba986cbb0"/></dir><file name="Trackable.php" hash="b38749697b641874b42dceae38ab4a30"/></dir><dir name="Parser"><file name="AttributeSet.php" hash="9ae4013d42da5de0e9c8492fb29cd8d6"/><file name="Category.php" hash="0c3c71ff784307b9120d7cf781005069"/><file name="Coupon.php" hash="a66b3d4c8397610863cd74e35cbd5b62"/><file name="Customer.php" hash="99233c3da1eb28f1ec15e20e837d764a"/><file name="CustomerAttributeSet.php" hash="1b51f9300a9ee102872ff9d7f9bbccbc"/><file name="Guest.php" hash="002c900d3722f761e3e3ac63be84014f"/><file name="Inventory.php" hash="6f9ea827ee304f72b13bce3d7316efbc"/><file name="Product.php" hash="7e0fa4a55ca45fc876e588442cce72eb"/><dir name="Purchase"><file name="Item.php" hash="ca7facc8c81504ea990fdb1feeba64dd"/><file name="Shipment.php" hash="15f75c4443f41ed79fed37611912ce6d"/></dir><file name="Purchase.php" hash="d718ed744e15b9faaec2eaf3c2fb7b3b"/><dir name="Quote"><file name="Item.php" hash="37cbc74a49a16e67e02f421978e1741f"/></dir><file name="Quote.php" hash="fa0e008c67f15d1a4c7866a407aaaeaf"/><file name="Rule.php" hash="0a0f70172aeff0e5157f2f1652c3ae09"/><file name="Subscriber.php" hash="357aae3d07af49ad69e6df273ae2548b"/></dir><file name="Parser.php" hash="2e10487d6e00e3d2c3ec075c68e25d52"/><dir name="Redirect"><file name="Order.php" hash="e3ada1549e933dc4d247416c86f44266"/></dir><file name="Redirect.php" hash="9cb73f08f55f70335b1434c5a917ba1a"/><dir name="Resource"><file name="Abstract.php" hash="dfb049670e71971990e7920952fc9a39"/><dir name="Action"><file name="Collection.php" hash="22e278b8cbc5d18d4faa48c4f224d145"/></dir><file name="Action.php" hash="83b00531db5ec3a51ea7c0fc65a1d083"/><dir name="Cron"><dir name="Count"><file name="Collection.php" hash="c5cb4ab406c1d008c1bc22bb95b3ba28"/></dir><file name="Count.php" hash="6a356b5d92b509945c4567f479b9bfdd"/><dir name="Queue"><file name="Collection.php" hash="e6655bdbc5920eeb9178adfcb905ac36"/></dir><file name="Queue.php" hash="f9eae90970e4d935b5e5335c8e57e71b"/></dir><file name="Debug.php" hash="976156dc1ff783a26174bdac79decde2"/><dir name="Marketplaces"><dir name="Remote"><dir name="Order"><file name="Collection.php" hash="f94042d6a8ed87de18e64776f8aa0caf"/></dir><file name="Order.php" hash="08dfd41765ce0045b25bfb1e76a7aaac"/></dir></dir><dir name="Redirect"><file name="Collection.php" hash="df6662f064b3170aab46d69d42c514a3"/><dir name="Order"><file name="Collection.php" hash="162359ed9499b6f976f5c341fd0585c3"/></dir><file name="Order.php" hash="7ea4477380a5215dc0efe561ede359d9"/></dir><file name="Redirect.php" hash="d239af442388bb9fa80db81a7fc43711"/><file name="Setup.php" hash="3177eb8b02a951e0b988abcfd3eb92a1"/><dir name="Trackable"><file name="Collection.php" hash="6f060c3537b49710302e38e881885a69"/></dir><file name="Trackable.php" hash="764b0d21c492dd69b9f85ae3c647666e"/></dir><file name="Rewrite.php" hash="a10802e5fa677fc9e6c106ef32a615c8"/><dir name="System"><dir name="Config"><dir name="Source"><file name="Harvestertype.php" hash="2f8c8f285df356013c15c1441bb5de3e"/><file name="LogFormat.php" hash="828680dafe5a7042221900cb6d9dfa17"/><file name="LogLevel.php" hash="b86c793ca04205f045efd9ea42d02a10"/><file name="Stability.php" hash="830e5bc4e8ce9657221224dbaf99cee6"/><file name="UrlType.php" hash="28f9a5bc024afe5526685d429a751ad8"/></dir></dir></dir><file name="Trackable.php" hash="9a78a576f6df1d2c535200b9c6069ba8"/></dir><dir name="etc"><file name="adminhtml.xml" hash="794fc8a1d67ac3e6b5d71c707a0c7cad"/><file name="config.xml" hash="3eede5df3e92b0ba39a94358cc267052"/><file name="system.xml" hash="29876070fa3148b4905477207c5b8bb9"/></dir><dir name="sql"><dir name="combine_setup"><file name="mysql4-install-1.0.0.70.php" hash="a2039a52ee797d6b7bb059a778964e37"/><file name="mysql4-upgrade-1.0.0.70-1.0.0.84.php" hash="e51deaff9e65f43483ab00573605329d"/><file name="mysql4-upgrade-1.0.0.84-1.0.0.88.php" hash="89bd8a585c0d351aae6838ace48f608d"/><file name="mysql4-upgrade-1.0.0.88-1.2.0.0.php" hash="6935370d864865461a4d3c3c4f5f7852"/><file name="mysql4-upgrade-1.2.0.0-1.2.0.1.php" hash="01a7ef2466b9f676884db4d7a7c562a9"/><file name="mysql4-upgrade-1.2.0.1-1.2.1.0.php" hash="46028e3aafb6558e2e15bef932468cb4"/><file name="mysql4-upgrade-1.3.9.9-1.4.0.0.php" hash="6db20f53ea3551243dc024aa207aaaa7"/><file name="mysql4-upgrade-1.4.7.0-1.5.0.0.php" hash="0251b062192af9015dc20f9261795f06"/></dir></dir></dir><dir name="BoneCollector"><dir name="Model"><file name="HarvestAbstract.php" hash="fecaefad7d4fc279e3a54b4c8cac54ae"/><dir name="HarvestAttribute"><file name="Observer.php" hash="e54c6434c56db411d1a95f55eacc1a7b"/></dir><dir name="HarvestCart"><file name="Observer.php" hash="c4bf9096fce93dc167a7204d3eaa4c24"/></dir><dir name="HarvestCategory"><file name="Observer.php" hash="2072d69344379f4de67b60c209a24875"/></dir><dir name="HarvestCustomer"><file name="Observer.php" hash="e99f1e144447b794f821e41abffb5b7e"/></dir><dir name="HarvestInventoryItem"><file name="Observer.php" hash="df82aade901d3098695d26ed5697455f"/></dir><dir name="HarvestProduct"><file name="Observer.php" hash="30d353b22e2a5e61374e4c679fed6da9"/></dir><dir name="HarvestPurchase"><file name="Observer.php" hash="78ed47e474ddebd7e48527df3b4c7b1f"/></dir><dir name="HarvestRule"><file name="Observer.php" hash="3511954dd9842dcc1defa0c0237b4b49"/></dir><dir name="HarvestSubscriber"><file name="Observer.php" hash="4fa55a9ad34b47118c8aa43d55fa383b"/></dir></dir><dir name="etc"><file name="config.xml" hash="b1a43d80a3326ef2c26f20660d7f0a3b"/></dir></dir><dir name="Api"><dir name="controllers"><file name="V1Controller.php" hash="ca0247dab440575634344d8c927d4229"/></dir><dir name="etc"><file name="config.xml" hash="c9cd4e7f72f94d63a093f2c4a65d8754"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Springbot.xml" hash="1376424af56bb8add0a97f9f8da2ba93"/></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="bmbleb.xml" hash="69aa1b64c5349cbb53fcdc385b0adce4"/></dir><dir name="template"><dir name="bmbleb"><file name="auth.phtml" hash="bf509b53c49cd69ec3ea60e3effe69c3"/><file name="dashboard_loggedout.phtml" hash="19281143b19a544d4e3072dc754ada2d"/><dir name="help"><file name="index.phtml" hash="e9d3f11c623c735c3e699e406ff9e0e7"/></dir><dir name="index"><file name="messages.phtml" hash="fcbbb47d2cc30c493ed2316a8b888f5d"/><file name="terms.phtml" hash="dfff1182d2fe7d8eee69b9b302c4cbc7"/></dir><dir name="jobs"><file name="status.phtml" hash="77f0b0ae7c3c6c42031675cfc959e270"/></dir><file name="jobs.phtml" hash="961ac83f56bf8703dbc433894da4933e"/><file name="login.phtml" hash="0a1a20dfaffe8646bb56323ab811d46a"/><file name="logout.phtml" hash="09b92790c5e124a01086d6929ed7e8de"/><dir name="logs"><file name="index.phtml" hash="d7ca20d89a393bbc8cd31e98f73c0ea9"/></dir><file name="notifications.phtml" hash="45f8767a090a4f7a7e177151bbc43f4f"/><dir name="order"><file name="marketplaces.phtml" hash="03857d6c46acb08886cb597e6f3ba5e5"/></dir><dir name="problems"><file name="index.phtml" hash="b6ad14ab59fc3a06fda655d57faeab23"/></dir><file name="status.phtml" hash="1acc630a6549b234bc1fa5923e04b8ce"/><file name="tabs.phtml" hash="779c335a284b9bab18b36859011d673f"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="shadow.xml" hash="3f29bebbcf7e42c57dcac9150c6b7d68"/></dir><dir name="template"><dir name="shadow"><file name="async.phtml" hash="af147801ed74d45bb0580b0bb69ce0fd"/><file name="conversion.phtml" hash="c1eff343cf8d9a2189caaf1387ddc225"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="bmbleb"><file name="bmbleb.css" hash="d929b5f42085c25b86101379f286f55f"/><dir name="images"><file name="arrows_up-down-large.png" hash="72c27995e1ab1d182891dad0a4d1dae2"/><file name="bmb-ctl.png" hash="de59a694a82b8699560df5146b2e315f"/><file name="check.png" hash="126f33ed483549e79a16186b7499c190"/><file name="grn-bg.png" hash="f681a524e2b4561dbe94152a2d24d60b"/><file name="h3-bg.png" hash="b93df0b0bdba8e8f6e0a07cc31fcc180"/><file name="icon-alert.png" hash="ac2e70efdcebc3813222d0d3ee62a6d9"/><file name="icon-bmbleb.png" hash="fb5574b5e63ee33b84eee26b3d8ef8e3"/><file name="icon-insights.png" hash="725fd29fe1b705e358c9080408693d3d"/><file name="icon-status.png" hash="bd13429f23166a6d431739010ea1b2cd"/><file name="left-ico1.png" hash="7d188f5e6021569750756f58067f0a3b"/><file name="left-ico2.png" hash="d2f6379a73290a8ffa4cb3e19a809d25"/><file name="left-ico3.png" hash="73bc75f7a746e54a75f14eda7a28a6b9"/><file name="left-ico4.png" hash="1da2c26187fed26b6c61599682b2dc4b"/><file name="left-ico5.png" hash="ada61cb32805f2cb8e8dace46361613e"/><file name="left-ico6.png" hash="1e62822267f72589ffa0771352a002da"/><file name="left-ico7.png" hash="16118412d581f0c83ce45c44f62f25a1"/><file name="left-ico8.png" hash="c7de2fe523c892b432b575648cc05631"/><file name="left-ico_demographics.png" hash="3fe23a2dea68f6c65114f248a8bdaa5e"/><file name="login-icn-b.png" hash="64e72070f595e215ece79736ac77ee2f"/><file name="login-icn.png" hash="6142cc2fc8ee2d1c40bf3c8f9ac1fa85"/><file name="logo.png" hash="8fb783f7d68fca3914123f56b8c066a4"/><file name="orng-bg.png" hash="074a6912ca2a139df537e3d15b6bc9b2"/><file name="plugin_dashboard_syncing.jpg" hash="8511648541f6f1b96ff1c53dda3a439b"/><file name="register.png" hash="f73fe51cf7df27ab11089385fa50714e"/><file name="registration-bg-25.png" hash="9d2cf77619cc8fce3ae4d44b0aae30c1"/><file name="registration-bg-50.png" hash="99942fdc8c3f88b0d4b09f87c9e39045"/><file name="registration-bg.png" hash="96365b39495e56ffe491dd9930fe221d"/><file name="spinner.gif" hash="add667817f25bce331a213ab3cc9621f"/><file name="springbot-ctl.png" hash="de59a694a82b8699560df5146b2e315f"/><file name="submit-btn-bg.png" hash="d98aa287b7b73dad9f780b22cb53fbdb"/><file name="sync_icon.png" hash="cb12f2e8943c8e324e3456375f953c86"/><file name="white-check.png" hash="126f33ed483549e79a16186b7499c190"/></dir></dir></dir></dir></dir></target><target name="mageweb"><dir name="shell"><file name="springbot.php" hash="4b36425179a2db3bf63cf706f4989f80"/></dir></target></contents>
|
61 |
<compatible/>
|
62 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
63 |
</package>
|
shell/springbot.php
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/bmbleb.css
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/arrows_up-down-large.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/bmb-ctl.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/check.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/grn-bg.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/h3-bg.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/icon-alert.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/icon-bmbleb.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/icon-insights.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/icon-status.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/left-ico1.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/left-ico2.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/left-ico3.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/left-ico4.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/left-ico5.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/left-ico6.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/left-ico7.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/left-ico8.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/left-ico_demographics.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/login-icn-b.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/login-icn.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/logo.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/orng-bg.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/plugin_dashboard_syncing.jpg
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/register.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/registration-bg-25.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/registration-bg-50.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/registration-bg.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/spinner.gif
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/springbot-ctl.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/submit-btn-bg.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/sync_icon.png
CHANGED
File without changes
|
skin/adminhtml/default/default/bmbleb/images/white-check.png
CHANGED
File without changes
|