IOperationService in AfterDoFfd11CorrectionOnPaymentOrderAction

Tags: v9preview6 v9

A parameter IOperationService has been added to the method AfterDoFfd11CorrectionOnPaymentOrderAction of the interface IChequeTaskProcessor, similar to AfterDoCheckAction.

This allows external plugins to work correctly with operations in the context of FFD 1.1 correction when paying for an order. Using PluginContext.Operations in this method could lead to an EntityInUseException when saving data to ExternalData, as the method is called in a limited context after PayOrder from ExecuteContinuousOperation.