Adyen / adyen-dotnet-api-library

Adyen API Library for .NET
MIT License
107 stars 113 forks source link

Problem with specific paymentMethod in version 8 #505

Closed michalwawa closed 2 years ago

michalwawa commented 2 years ago

Hello

After uprading version to 8, I have a problem with for example dotpay paymentmethod in dropin.

image

Before upgrading i had a list of available banks etc, after there is nothing in dropdown. When i downgrade my version to 7.3 everything is working ok

AlexandrosMor commented 2 years ago

Hello @michalwawa,

This class was not changed in the version 8 . Could it be that the response is different for v68 for /paymentMethods?

kind regards, Alexandros Adyen

michalwawa commented 2 years ago

In version 7.3 Details are populated image In version 8.0 Detailes property is null

AlexandrosMor commented 2 years ago

Is it only for this specific payment method or all of them ?

michalwawa commented 2 years ago

It is hard to say, because i have only 1 method configured with options. But i checked changes in api between version v68 and v67 and there is a change which cause this problem.

This is from version v67 image

and this is from version v68 image

Details is missing in v68 and it is changed to InputDetails (deprecated)

AlexandrosMor commented 2 years ago

Thanks for mentioning that issue. We are going to investigate it and make a release some soon as possible

AlexandrosMor commented 2 years ago

Hello @michalwawa,

Could you check if the pull request fixes the issue for you ?

kind regards, Alexandros Adyen

michalwawa commented 2 years ago

Hello @AlexandrosMor I downloaded code from your PR and checked it. Everything is working right now and dropdown is filled with options. Right now im waiting for release this :)

Thanks