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