I need to add an addtional field to the paypal form posted, how would i go about doing this? Preferbly the value should be stored in paypal.config
The reason for this is that paypal apprently automaticly shows GB as language on the first page on the paypal site but by adding the field lc with the value DK it would get changed to danish as far as i've understood.
Paypal addtional configuration fields
I need to add an addtional field to the paypal form posted, how would i go about doing this? Preferbly the value should be stored in paypal.config
The reason for this is that paypal apprently automaticly shows GB as language on the first page on the paypal site but by adding the field lc with the value DK it would get changed to danish as far as i've understood.
You need to override the method RenderPage on PayPalPaymentMethodService to inject new values.
is working on a reply...