BlackBoxVision / react-native-mercadopago-px

🚀 MercadoPago PX bridge for react-native
https://react-native-mercadopago-px.blackbox-vision.tech
MIT License
104 stars 25 forks source link

Bug to press "PAY" - Nothing Happens #53

Closed maueli closed 2 years ago

maueli commented 2 years ago

Hola, estoy hace varios dias intentado encontrar el bug de porque no funciona.

Basicamente tengo una app con react native 0.64. Hice una implementacion basica del plugin.

Obtengo el preferenceId, todo bien... pero al intentar utilizar lo siguiente (con sus respectivos datos...)

      const payment = await MercadoPagoCheckout.createPayment({
        publicKey: Env.MP_PUBLIC_KEY,
        preferenceId,
      });

abre la app. Pero al intentar "pagar" (en cualquier caso: Debito, Credito, PagoFacil, etc) hace lo que se muestra en la imagen y luego se queda ahi. No comprendo porque ya que ni si quiera tira error en la consola.

Screenshot_20210910-182512_sensorstest

Gracias y aprecio cualquier ayuda del motivo del bug. Saludos

maueli commented 2 years ago

The problem was to use my own email to get the preferenceId. Solved.