mkharibalaji / react-native-adyen-payment

React Native Adyen Payment
https://mkharibalaji.github.io/react-native-adyen-payment/
MIT License
35 stars 35 forks source link

popup not working #13

Open cibinstark123 opened 4 years ago

cibinstark123 commented 4 years ago

when i click the pay button ....loader displays but after that nothing works can anyone help me with that..?? ezgif com-video-to-gif

mkharibalaji commented 4 years ago

@cibinstark123 Can you be more precise on how you arrived here,like React Native version,adyen android payment version and os etc.,and the scenario you tried to replicate the issue....

cibinstark123 commented 4 years ago

my RN version is "0.61.5" & "adyen-react-native": "^1.4.0", and my phone os is android 10..so i have started with installing ur package and autolinked that package..then tried a payment with that ...i added my api key and merchant name and started with Adyen.startpayment()..when i start adyen.startpayment()..a loader displayed like above gif..then nothing happens....i tried with links like ,paymentMethods,paymentSession..but nothing worked

mkharibalaji commented 4 years ago

Can you please send me the logs from logcat (android studio) it would be great to start and fix the issue as i haven't tested in Android 10.

cibinstark123 commented 4 years ago

im not using android studio im doing it in visual studio ..and the package name was react-native-adyen-payment (latest version)

mkharibalaji commented 4 years ago

@cibinstark123 - quite a lot of plugins for logCat for visual studio add any one of them and get me the exception log trace from it.

ghost commented 3 years ago

HI, was there any progress on this issue? I'm having the same problem when replicating the startPaymentPromise example in the documentation

EsackNaz commented 2 years ago

HI @christian-hess-invillia-tembici , I am also facing the same issue. Did your issue got resolved?

ghost commented 2 years ago

HI @christian-hess-invillia-tembici , I am also facing the same issue. Did your issue got resolved?

We went for the reactjs route and abandoned the dependency

ChielBruin commented 2 years ago

@EsackNaz Could you provide some logs from logCat? That might show some error describing the issue. I vaguely remember resolving a similar issue this way