Jump to content

Error PayPal "Property Address->address1 is empty at line 917 in file classes/ObjectModel.php"


Recommended Posts

Buenas, 

 

tengo el siguiente error en una tienda online, al finalizar la compra por PayPal.

el pago se registra correctamente pero al cliente le da el siguiente fallo en la siguiente ruta:

 

https://www.recreativosleon.es/module/paypal/submit?key=64140e725db06724a6acd29b4c885d29&id_module=111&id_cart=1659&id_order=65

 

[PrestaShopException]

Property Address->address1 is empty
at line 917 in file classes/ObjectModel.php

912.             }
913. 
914.             $message = $this->validateField($field, $this->$field);
915.             if ($message !== true) {
916.                 if ($die) {
917.                     throw new PrestaShopException($message);
918.                 }
919.                 return $error_return ? $message : false;
920.             }
921.         }
922. 

 

No se ha tocado nada en cuanto a configuración, solo se ha actualizado a la versión 1.6.1.17 y creemos que viene desde ahí. He tenido que activar el modo DEV en config, para poder verlo.

 

¿Alguien tiene una solución?

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...