Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addresses Incorrect stock versus sales. #364 #372

Closed
wants to merge 3 commits into from

Commits on Nov 29, 2017

  1. Addresses Incorrect stock versus sales. OpenMage#364

    This is a possible solution to fixing the incorrect stock
    when under high load, high concurrency on a single item
    and slow payment gateways.
    Wilhelm Ellmann authored and googlygoo committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    a6c4941 View commit details
    Browse the repository at this point in the history
  2. Updated Mage_CatalogInventory_Model_Stock_Item::updateStockStatus() to

    be closer aligned with `save()` as there are more events and index's
    that needed to be run that was previously missed/over simplified.
    googlygoo committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    f4b4fd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bc0f19 View commit details
    Browse the repository at this point in the history