Jump to content

PayPal response: SILOVER -> name=LIVE9.APIT.1&silo_version=880&app=appdispatcher_ap


Recommended Posts

Ho trovato un topic, ho seguito le istruzioni e ho risolto:

 

Nella cartella del server modules/paypal/api/ aprire il file paypal_connect.php e posizionarsi sulla riga 49, modificandola da:
 
if (!$simple_mode || !preg_match('/[A-Z]+=/', $tmp, $result))
 
in:
 
if (!$simple_mode || !preg_match('/[TOKEN]+=/', $tmp, $result))
  • Like 1
Link to comment
Share on other sites

Bene. Procurati Notepad ++ (gratuito in italiano) e tramite ftp (filezilla o altri) vai sul tuo server e posizionati nella cartella modules/paypal/api/ scaricati il file paypal_connect.php e apri con notepad. Posizionati sulla riga 49, modificandola da:

 
if (!$simple_mode || !preg_match('/[A-Z]+=/', $tmp, $result))
 
in:
 
if (!$simple_mode || !preg_match('/[TOKEN]+=/', $tmp, $result))
 
Salva e scarica via ftp sul server. Fatto....
Edited by pino105 (see edit history)
Link to comment
Share on other sites

ciao

ho riportato il problema e la soluzione sul bug-tracker per fargli risolvere il problema senza dover apportare modifiche ad ogni aggiornamento del modulo. Se volete potete aggiungere altri post al topic creato.

quando riscontrate problemi in prestashop e nei suoi moduli riportateli nel bug-tracker.

 

http://forge.prestashop.com/browse/PNM-3566

 

ciaoooo

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