I want to pass more parameters to PayPal Redirect, in Extra Params:
where
But in notify_url I get:
Anyone experienced something similar? Any idea?
Thank you!!!
custom=custom_paypal
where
$form->data['custom_paypal'] = $form->data['id'] . htmlspecialchars_decode("&codice=", ENT_NOQUOTES) . $form->data['codice'];
But in notify_url I get:
&id=1%26codice%3Dtest
Anyone experienced something similar? Any idea?
Thank you!!!
Hi enzo_orsi,
What are you trying to do exactly? It looks as though the & and the = have been urlencoded for inclusion in the URL - that is normal.
Bob
What are you trying to do exactly? It looks as though the & and the = have been urlencoded for inclusion in the URL - that is normal.
Bob
Hi Bob,
I want to pass more parameters in PayPal Redirect.
In extra params I am using:
custom=my-variable1
I would like to pass another variable, something like
custom=my-variable1&custom2=my-variable2
I do not know if it is clear...
I want to pass more parameters in PayPal Redirect.
In extra params I am using:
custom=my-variable1
I would like to pass another variable, something like
custom=my-variable1&custom2=my-variable2
I do not know if it is clear...
Hi enzo.orsi,
That's two variable not one, please put each one on a separate line.
Bob
That's two variable not one, please put each one on a separate line.
Bob
Hi enzo.orsi,
That's two variable not one, please put each one on a separate line.
Bob
Thanks Bob.
But can I use any kind of variables in PayPal Redirect?
As far as I know, (a part from the standard ones) I can use only CUSTOM.
Am I wrong?
This topic is locked and no more replies can be posted.