adyen-ios
adyen-ios copied to clipboard
Adyen iOS Drop-in and Components
# Open PR ## Changes * fix some leftovers from web documentation
Hi Team Im facing issue to change language to French for Adyen card screen all the time its showing in English.
I am trying to get the example in the readme file to compile: `let apiContext = APIContext(clientKey: clientKey, environment: Environment.test) let context = AdyenContext(apiContext: apiContext, analyticsConfiguration: analyticsConfiguration) let configuration =...
**Describe the bug** When we make payment using 3DS2 test cards with correct card number and wrong cvv and wrong expire date, then when we handle the action object it...
**Describe the challenge** We are using the `CardEncryptor` to encrypt card details to go to a server. The code currently uses v3.1.2 which is old so I was attempting to...
Hello everyone, I need support to make my flutter application integrate with Adyen CSE encryption. I coded a native plugin, it use: `CardEncryptor.Card.encryptedToToken()` in `AdyenCard/Utilities/Encryption/CardEncryptorExtensions.swift` of **v3.9.1** but the output...
**Describe the challenge** The Adyen SDK is defining a public extension on `URL` in [URLHelpers.swift](https://github.com/Adyen/adyen-ios/blob/4.7.0/Adyen/Helpers/URLHelpers.swift). As these definitions are conflicting with extensions within our app, could you please move them...
**Describe the challenge** - We have integrated the drop in sdk and it functions as expected for all the current payment methods - We have recently included the Bancontact payment...
**Describe the bug** The documentation of how to use localization is a little lacking, and trying it in the obvious way does not work. To get it working, I needed...