-
is documentation for oms reservations up to date? How to sync reservations across stores in DMS?
Hi all :) When setting up our store, we tried to use the storesWithSharedPersistence setting, which never worked for us. This setting is described at…
-
Issue Logging API Response from State Machine to CloudWatch
Hello Team, We have several APIs integrated and are using Spryker\Shared\Log\LoggerTrait to log request and response payloads to AWS CloudWatch. While logging works as expected for Yves and Backgw with the same configuration, we are unable to see the logs for the state machine. For example, we are using the following code…
-
Variable OMS execution time
I need to check the status of payments with the OMS as follows every minute for the first 6 hours (this is the default) every 15 minutes from 6 hours to 48 hours. How can I do this with the OMS? I tried to modify the getStateMachineLockerTimeoutInterval() from the OmsConfig but if I change it to 15 minutes it's applied to…
-
OMS timeout API inconsistency
So, I was doing some micro-optimizations and noticed that: \Spryker\Zed\Oms\Business\OrderStateMachine\Timeout::dropOldTimeouts works differently than \Spryker\Zed\Oms\Business\OrderStateMachine\Timeout::dropOldTimeout where dropOldTimeout (singular) checks if the source state has a timeout event and drops it if it does,…