Why would you need a URL??? you either know how to set up a paypal gateway or you don't!!
set a hidden field for the currency type.
Code:
<input type=hidden name="currency" value="GBP">
And for the amount to pay
Code:
<input type="hidden" name="amount" value="5.5">
DO NOT use a currency symbol in the value.
READ the integration guide it tells you how to do this and gives you a list of the currency codes.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
Last edited by chrishirst; 07-31-2009 at 05:52 AM..
|