I have implemented a trigger in the Commerce SDK, but I am experiencing an issue where my custom POS request handler, CreateTenderRemovalTransactionClientRequestHandler, does not execute when the "Cash Management" feature is enabled in the POS Functionality Profile. some behavior for others like starting amount handler
Steps to Reproduce:
1.Implement the custom trigger in Commerce SDK.
2.Enable the "Cash Management" feature in the POS Functionality Profile.
3.Run 1070 & 1090
4.Do tender removal transaction on POS.
Expected Behavior:
The CreateTenderRemovalTransactionClientRequestHandler should execute as it normally does when the feature is disabled.
Observed Behavior:
The custom request handler is not executed
I have implemented a trigger in the Commerce SDK, but I am experiencing an issue where my custom POS request handler, CreateTenderRemovalTransactionClientRequestHandler, does not execute when the "Cash Management" feature is enabled in the POS Functionality Profile. some behavior for others like starting amount handler
Steps to Reproduce:
1.Implement the custom trigger in Commerce SDK.
2.Enable the "Cash Management" feature in the POS Functionality Profile.
3.Run 1070 & 1090
4.Do tender removal transaction on POS.
Expected Behavior:
The CreateTenderRemovalTransactionClientRequestHandler should execute as it normally does when the feature is disabled.
Observed Behavior:
The custom request handler is not executed