adyen-dotnet-api-library icon indicating copy to clipboard operation
adyen-dotnet-api-library copied to clipboard

[PW-6312] PosPaymentLocalApi.TerminalApiLocal - Async support

Open jsheetzati opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. When using PosPaymentLocalApi.TerminalApiLocal, it would be nice to have the ability to use await. Otherwise, this thread is blocked waiting for the terminal's response to the request

Describe the solution you'd like New method on PosPaymentLocalApi that returns a Task that we can await

jsheetzati avatar Feb 10 '22 20:02 jsheetzati

Hello @jsheetzati,

Thank you for raising this issue. Indeed it would be useful. It is always faster to open a pull request with this change and there is a contribution guide which can help you.

kind regards, Alexandros Adyen

AlexandrosMor avatar Feb 11 '22 08:02 AlexandrosMor

Hi @jsheetzati,

I've finally gotten around to fix this issue with the PR #662! Apologies for the big delay.

Best, Jilling Adyen

jillingk avatar Nov 03 '22 12:11 jillingk