Vladimir Abramichev

Results 307 comments of Vladimir Abramichev

Hey @AleksanderWedrychowskiKarhoo You can override Adyen's strings with your own. Create/append a file(s) with name `Localizable.strings` in your project and strings for `adyen.submitButton` and `adyen.submitButton.formatted` in it. For each key...

Ok, in this case you can keep `Localizable.strings` in your SDK's bundle and provide your bundle via `LocalizationParameters(bundle: Bundle(for: MyClass.self))`.

Hey @AleksanderWedrychowskiKarhoo Thanks for reaching out! This seems like a bug from our side - we do not populate underling StoredComponent with `localizationParameters`. Hopefully, this is a quick fix. ---...

I am closing this issue due to lack of activity

Hey @tw-manishp Unfortunately, I wasn't able reproduce it. > Repeat above process until error is generated How many times you usually have to repeat it until error occur?

What Adyen API version are you using? This happens on TEST, LIVE or both? Could you share a `pspReference` of a failed attempt? You should be able see one in...

> We are using Adyen 4.2.0. I mean [Adyent API](https://docs.adyen.com/api-explorer/#/CheckoutService/v68/overview) version > We can figure it out for TEST environment, Idk if this could be helpful to track. Any `pspreference`...

Hey @kightsonsanom Thanks for pspReference! Seems like 3DS2 Fingerpring is extremely large for some reason.. Can you easily reproduce it? What are the steps?

Hey @Alexia-iordanoglou No update so far. We started internal investigation. Current theory is that payment data become too big. This issue occur on different flows and not (yet) deterministic. Will...

Hey @erik-kallen Thanks for reaching out! To make custom localisation you need to use your own Bundle (example `Bundle.main`): ```swift configuration.localizationParameters = LocalizationParameters(bundle: Bundle.main) ``` **UPD** SDK uses iOS default...