Hey there
As you know any payment on Retail POS will pass this flow
- IEFTServiceOperationsService
- IPaymentProcessor
- ITransactionTrigger
- IPaymentProcessor returns Response to IEFTServiceOperationsService
- IEFTServiceOperationsService returns IPosTransaction to ITransactionTrigger
I need Response in ITransactionTrigger. The question is how to pass Response to ITransactionTrigger or get Response from IEFTServiceOperationsService Contract?
there is an Interface for IEFTServiceOperationsService that represent Contract class and it can't be extended.
Thanks in advance.