Adyen / adyen-ios

Adyen iOS Drop-in and Components
https://docs.adyen.com/checkout/ios
MIT License
150 stars 120 forks source link

[NEED ASSIST] Call backs never called after PIX payment succeed #1011

Closed AhmedOsman00 closed 1 year ago

AhmedOsman00 commented 1 year ago

Hi Team, I have an issue with PIX payment, I have implemented PIX payment using QRCodeComponent, and the PIX payment QR code screen appears as in the screenshot, and when I click to copy code button the payment succeeds in the backend but the callback methods never called. Screenshot 2022-10-07 at 2 32 49 PM Simulator Screen Shot - iPhone 13 Pro Max - 2022-10-07 at 14 30 51

descorp commented 1 year ago

Hey @AhmedOsman00

do you persist instance of QRCodeComponent? How do you initiate it?

AhmedOsman00 commented 1 year ago

@descorp Yes I keep instance of QRCodeComponent and also when I copy the code, I can see the copyToPasteboard executed.

mohammedDehairy commented 1 year ago

@AhmedOsman00

I think this is a bug in version 4, Thanks for reporting this, I have fixed it in this PR, we'll release this fix very soon.

Kind regards

Mohamed

mohammedDehairy commented 1 year ago

@AhmedOsman00 , this bug has been fixed in latest release 4.10.0.

Thanks for reporting this :-)

feel free to reopen the ticket if you're still experiencing the issue