--- /usr/local/share/perl/5.8.8/Business/PayPal.pm 2002-08-26 07:25:50.000000000 +0100
+++ /usr/local/share/perl/5.8.8/Business/PayPal.pm-with-currency 2008-09-04 16:38:26.000000000 +0100
@@ -74,6 +74,7 @@
day_phone_c => undef,
receiver_email => undef,
invoice => undef,
+ currency_code => undef,
custom => $self->{id},
@_,
);
@@ -390,6 +391,11 @@
Price of the item being sold.
+=item currency_code
+
+ Currency the payment should be taken in, e.g. EUR, GBP.
+ If not specified payments default to USD.
+
=item address1
Address of customer, used to pre-fill PayPal forms.