Hi
I am trying to pass a parameter to the PayPal redirect as described in the FAQs. I save the record in a table before the redirect, so I want to pass the uniq_id field to the redirect.
When the reply come back however, none of the parameters are included.
I have put the extra parameters in the parameters box of the advanced tab on the PayPal redirect like this:
uniq_id=uniq_id
I was expecting it to be included in the returned POST, but no uniq_id parameter is included..
So, I tried this, in case it was the field on the form that couldn't be found:
my_parameter="mikki_parameter"
But when I send the email of the post results, there are still no additional parameters included.
Can anybody help me with this please?
Mikki
I am trying to pass a parameter to the PayPal redirect as described in the FAQs. I save the record in a table before the redirect, so I want to pass the uniq_id field to the redirect.
When the reply come back however, none of the parameters are included.
I have put the extra parameters in the parameters box of the advanced tab on the PayPal redirect like this:
uniq_id=uniq_id
I was expecting it to be included in the returned POST, but no uniq_id parameter is included..
So, I tried this, in case it was the field on the form that couldn't be found:
my_parameter="mikki_parameter"
But when I send the email of the post results, there are still no additional parameters included.
Can anybody help me with this please?
Mikki