Fahid Attique
Fahid Attique
Hi there! I'm using custom card encryption [here](https://docs.adyen.com/payment-methods/cards/custom-card-integration?tab=i_os_2) as per docs, I should get encrypted values starting like, ``` { "encryptedCardNumber":"adyenjs_0_1_18$MT6ppy0FAMVMLH...", "encryptedExpiryMonth":"adyenjs_0_1_18$MT6ppy0FAMVMLH...", "encryptedExpiryYear":"adyenjs_0_1_18$MT6ppy0FAMVMLH...", "encryptedSecurityCode":"adyenjs_0_1_18$MT6ppy0FAMVMLH..." } ``` **But Instead** I'm getting...
Hi @mohammedDehairy Thanks for your quick response. I'm facing error from my server side using this encryption value of card token. I'll ask backend dev team to check. Thanks for...
Alright. I also think thats a good idea. 👍
Hey, Thanks. You can use following function of FAPanels but you need to update it little bit. ``` func isTopVC(_ root: UIViewController?) -> Bool { if root is UINavigationController {...
when you reach to FAPanelController try getting its centre view controller and check its type. I think you need that.
@PGandhi30 Can you share more details about crash? How did you generate it?
@PGandhi30 Thanks for sharing details, I was busy in some other work. I'll look into these soon.
@Annyjain29 would you like to make a pull request for this fix?
@sedwo Thanks for reporting this. I will look into it tonight.
@sedwo I am unable to generate this issue. How did you generated this? Can you share what configs are you using for panel ?