adyen-ios: [BUG] List of payments for OnlineBankingPL/Dotpay does not show icons inside `ListViewController`
Describe the bug
Hi, I am trying to migrate from Dotpay to OnlineBankingPL following the documentation. I noticed that once ListViewController
is shown with the list of payment methods the icons are not being shown but the border is there.
To Reproduce Steps to reproduce the behavior:
- Try to make a payment using OnlineBankingPL
- Error: Icons of payment methods are not being shown
Expected behavior Expect to see icons or the list without borders
Screenshots
Smartphone (please complete the following information):
- Device: iPhone 13 Pro Max
- OS: 15.5
- SDK Version 5.1.0
Additional context
I tested DotPay method and it’s not showing icons neither. Is this somehow related to this update? I noticed that icon URLs have a similar path to web images except for the extra path called small
Thanks in advance!
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 17 (9 by maintainers)
Hi @descorp sorry I didn’t follow up, I was ooo, we found the solution. The issue was on our side 🙇♂️ so basically when we create
IssuerListComponent
we were sendingscheme
as thetype
instead of the actual payment method, therefore the url washttps://checkoutshopper-test.adyen.com/checkoutshopper/images/logos/small/scheme/144@3x.png
now, after sending
onlineBanking_PL
or whatever method we are using the images are loaded properly. Thanks!