Skip to content

Stock field prevents transaction.

Dirk Debrunner requested to merge issue/commerce_stock-3197914:8.x-1.x into 8.x-1.x

Problem/Motivation When I set the stock field programmatically during an api request. The field will be marked as processed which is ok but when I try to do another request which will change stock nothing happens.

Steps to reproduce Set stock programmatically via field twice with different adjustments.

  1. pass
  2. not

Proposed resolution Check if stock will change.

Merge request reports