Vantiv / payfac-mp-sdk-dotnet

Worldpay's .NET SDK for PayFac Merchant Provisioner API
MIT License
2 stars 2 forks source link

Recursive this.language property calls #7

Open exs007 opened 2 years ago

exs007 commented 2 years ago

Hi,

We noticed the issue which is causing StackOverflowException if you try to use language property on legalEntityCreateRequest, legalEntityPrincipalCreateRequest, subMerchantCreateRequest, legalEntityAgreementCreateRequest or legalEntityRetrievalResponse Code - https://github.com/Vantiv/payfac-mp-sdk-dotnet/blob/b22b7dd32d5f97d34bfa2e8d32cd55e4bb21e114/PayFacMpSDK/PayFacMpSDK/Generated.cs#L3505 Could you please take a look?

Thanks