Jump to content

Error compra con Paypal expresscheckout.php


Recommended Posts

Hola

Hay una manera de evitar que se haga una nueva cuenta al iniciar sesión con Paypal y esta no coincida con la cuenta logueada en prestashop?

 

Archivo expresscheckout.php

Funcion: _expressCheckout

/**
* When the customer is back from PayPal after filling his/her credit card info or credentials, this function is preparing the order
* PayPal is providing us with the customer info (E-mail address, billing address) and we are trying to find a matching customer in the Shop database.
* If no customer is found, we create a new one and we simulate a logged customer session.
* Eventually it will redirect the customer to the "Shipping" step/page of the order process
*/
 
¿Hay alguien que tenga alguna idea o que haya pasado por lo mismo?
Link to comment
Share on other sites

 

Hola

 

Hay una manera de evitar que se haga una nueva cuenta al iniciar sesión con Paypal y esta no coincida con la cuenta logueada en prestashop?

 

Archivo expresscheckout.php

Funcion: _expressCheckout

/**
* When the customer is back from PayPal after filling his/her credit card info or credentials, this function is preparing the order
* PayPal is providing us with the customer info (E-mail address, billing address) and we are trying to find a matching customer in the Shop database.
* If no customer is found, we create a new one and we simulate a logged customer session.
* Eventually it will redirect the customer to the "Shipping" step/page of the order process
*/
 
¿Hay alguien que tenga alguna idea o que haya pasado por lo mismo?

 

 

El problema es que la cuenta de Paypal no coincide con la del cliente y el pedido se le genera con la cuenta de Paypal?

Link to comment
Share on other sites

El problema es que la cuenta de Paypal no coincide con la del cliente y el pedido se le genera con la cuenta de Paypal?

Así es, al no coincidir la cuenta de Paypal con la cuenta del cliente, Paypal crea una nueva cuenta en mi sitio web con los datos de la cuenta de Paypal

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...