Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [PW-4729] Add region based cloud api endpoints (#479) * Add region based cloud api endpoints * Correct Endpoint to CloudApiEndPoint * Revert helper method * Remone /sync and /async as it is added by terminal api * Update README.md Co-authored-by: Alessio Zampatti <alessio.zampatti@adyen.com> * Update Adyen/Constants/ClientConfig.cs Co-authored-by: Alessio Zampatti <alessio.zampatti@adyen.com> Co-authored-by: Alessio Zampatti <alessio.zampatti@adyen.com> * Add more constants for additional data (#476) * [PW-3744] Release 6.0.0 (#361) * [PW-2298]Remove the travis file (#327) * Remove the travis file * Update README.md * Update .gitignore (#331) * Bump Moq from 4.14.5 to 4.14.6 (#329) Bumps [Moq](https://github.com/moq/moq4) from 4.14.5 to 4.14.6. - [Release notes](https://github.com/moq/moq4/releases) - [Changelog](https://github.com/moq/moq4/blob/master/CHANGELOG.md) - [Commits](devlooped/moq@v4.14.5...v4.14.6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update dependency Moq to v4.14.6 (#328) * Update dependency Moq to v4.14.7 (#334) * [PW-3266] Add BACS direct debit details class (#335) * Add bacs direct debit * Change EUR to GBP This change is because the bacs is applicable only in GB * Add RecurringProcessingModel to CreatePaymentLinkRequest (#337) * Add RecurringProcessingModel to CreatePaymentLinkRequest. * Add unit test for addition of RecurringProcessingModel to CreatePaymentLinkRequest. * Bump System.ComponentModel.Annotations from 4.7.0 to 5.0.0 (#341) Bumps [System.ComponentModel.Annotations](https://github.com/dotnet/runtime) from 4.7.0 to 5.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update dependency System.ComponentModel.Annotations to v5 (#340) * Bump Moq from 4.14.7 to 4.15.1 (#343) Bumps [Moq](https://github.com/moq/moq4) from 4.14.7 to 4.15.1. - [Release notes](https://github.com/moq/moq4/releases) - [Changelog](https://github.com/moq/moq4/blob/master/CHANGELOG.md) - [Commits](https://github.com/moq/moq4/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Correct the property name for Apple Pay tokens (#338) * Corrects the property name for Apple Pay tokens * Adds test to confirm can deserialize paymentmethod. * [PW-2640] Deserialize the response of dropin into the correct paymentMethod model (#347) * Add the payment method details json deserializer * Rename PaymentMethodDetailsConverter * Update Adyen/Util/PaymentMethodDetailsConverter.cs Co-authored-by: Alessio Zampatti <alessio.zampatti@adyen.com> Co-authored-by: Alessio Zampatti <alessio.zampatti@adyen.com> * Add optional RequestOptions object to PaymentDetails calls (same as existing Payments call) so that the idempotency key can be passed to the API in order to prevent duplicates. (#346) * [PW-3125] Rename namespace Adyen.CloudApiSerialization to Adyen.ApiSerialization (#349) * Rename namespace Adyen.CloudApiSerialization to Adyen.Serialization * Rename namespace Serialization to ApiSerialization * [PW-2616]Test the escape string with encryption (#353) * Test the escape string with encryption * Apply suggestions from code review Remove underscore from internal method * Bump Moq from 4.15.1 to 4.15.2 (#351) Bumps [Moq](https://github.com/moq/moq4) from 4.15.1 to 4.15.2. - [Release notes](https://github.com/moq/moq4/releases) - [Changelog](https://github.com/moq/moq4/blob/master/CHANGELOG.md) - [Commits](https://github.com/moq/moq4/commits/v4.15.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update dependency Moq to v4.15.2 (#350) * Add async version of Recurring.ListRecurringDetails (#344) * Add async version of Recurring.ListRecurringDetails * Add unit test for ListRecurringDetailsAsync Co-authored-by: Karol Grodzicki <karol.grodzicki@speeron.com> * Add paypal unit test (#355) * Add paypal unit test * Apply suggestions from code review * Add shopper locale to GetOnboardingUrlRequest (#360) * [PW-3441]- Update to version 66 (#359) * Commit the models from v65 to compare * Add the draft models to be able to modify them * Add the license header * Add deserializer for action respone, add details folder * Add the rest paymentmethods * Finalize payment methods details methods json converter * Add the PaymentResponse action Json Converter * Move the actions payment response classes to action folder * Update the library checkout version * Remove additional data classes * Fix the unit tests * Revert class names similar to endpoints * Remove autogenerated class OneOfPaymentResponseAction * Remove the redundant application fields * Remove oneof autogenerated class * Update test project to 2.1 dotnetcore, fix the multibanco test * Update dotnetcore.yml Update to test with 2.1 dotnet core version * Update Adyen.Test.csproj * Update Adyen.Test.csproj * Update dotnetcore.yml * Update Adyen.Test.csproj * Update dotnetcore.yml * Update Adyen.Test.csproj * Correct the string representation in checkout classes using extensions * Correct more in checkout the string representation inclasses using extensions * Correct last class in checkout the string representation using extensions * Correct PaymentResponse in checkout the string representation using extensions * Update README.md * Add MobilePayDetails and UpiDetails to json converter * Add CheckoutThreeDS2Action to the action json converter * Originkeys endpoint uses checkout CheckoutUtilityRequest and CheckoutUtilityResponse * Move origin keys endpoint to checkout * Bump the version 6.0.0 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: WhiteSource Renovate <bot@renovateapp.com> Co-authored-by: gtodde <giulia.todde@overapp.it> Co-authored-by: James Simm <587226+jimmah@users.noreply.github.com> Co-authored-by: Alessio Zampatti <alessio.zampatti@adyen.com> Co-authored-by: Ryan O'Neill <r@ryanoneill.com> Co-authored-by: qj0n <karol.gro@gmail.com> Co-authored-by: Karol Grodzicki <karol.grodzicki@speeron.com> * Revert "[PW-3744] Release 6.0.0 (#361)" This reverts commit 9746f0d. * Update constants for additional data * Apply suggestions from code review * Remove custom constants for additional data Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: WhiteSource Renovate <bot@renovateapp.com> Co-authored-by: gtodde <giulia.todde@overapp.it> Co-authored-by: James Simm <587226+jimmah@users.noreply.github.com> Co-authored-by: Alessio Zampatti <alessio.zampatti@adyen.com> Co-authored-by: Ryan O'Neill <r@ryanoneill.com> Co-authored-by: qj0n <karol.gro@gmail.com> Co-authored-by: Karol Grodzicki <karol.grodzicki@speeron.com> * Update CODEOWNERS (#491) * Update PaymentResponse.cs (#494) * Update PaymentResponse.cs * Update PaymentDetailResponse Added missing value in ResultCodeEnum * Update PaymentDetailsResponse.cs * Update PaymentResponse.cs * Update mstest monorepo to v2.2.7 (#485) * Update dependency Microsoft.NET.Test.Sdk to v16.11.0 (#483) * Update CODEOWNERS * Modify the PaymentMethodDetailsConverter to public class (#497) * Remove null check CreateAccountHolderResponse.cs (#496) * Bump the version Co-authored-by: Alessio Zampatti <alessio.zampatti@adyen.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: WhiteSource Renovate <bot@renovateapp.com> Co-authored-by: gtodde <giulia.todde@overapp.it> Co-authored-by: James Simm <587226+jimmah@users.noreply.github.com> Co-authored-by: Ryan O'Neill <r@ryanoneill.com> Co-authored-by: qj0n <karol.gro@gmail.com> Co-authored-by: Karol Grodzicki <karol.grodzicki@speeron.com> Co-authored-by: Deepu K Sasidharan <d4udts@gmail.com> Co-authored-by: bobesh77 <90173783+bobesh77@users.noreply.github.com>
- Loading branch information