#oussema - 3ds

1 messages · Page 1 of 1 (latest)

gaunt pawn
#

I'll get to this in a moment. Need to catch up

#

So to clarify, this integration is for subscriptions?

normal quiver
#

yes i am using subscriptions and a client tried to pay and his card has 3d secure enabled but th popup didn't show

#

plus i am using react and react-stripe-elements

gaunt pawn
#

Ok one moment then

#

Which guide did you follow to build your integration?

normal quiver
#

i didn't am sorry,it was someone else's project and i came to build on it

gaunt pawn
#

Ok let me check with colleagues here

#

react-stripe-elements is a legacy project but still should support 3ds

#

Let me check on this

normal quiver
#

yes of course tahnk you very mcuh

gaunt pawn
normal quiver
#

i'll try it and get back to you,thank you

#

so i get this error : index.js:1406 Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in the componentWillUnmount method.
in CardForm (created by InjectStripe(CardForm))

#

tries to figure out what is sais but i couldn't

rancid wyvern
#

Thank you for the update, looking in to that message. Is that warning impacting your functionality or is it just a warning as far as you can see?

normal quiver
#

it is impacting the functionality , the popup doesn't show am afraid

regal dock
#

@normal quiver this looks like a basic warning in your integration saying something is wrong with your own React code. We can't really help without more details and you are using a pretty legacy library.
Have you considered moving to Checkout instead? This would likely drastically simplify your integration: https://stripe.com/docs/payments/checkout