Skip Menu |

This queue is for tickets about the Business-PayPal CPAN distribution.

Report information
The Basics
Id: 1844
Status: resolved
Worked: 15 min
Priority: 0/
Queue: Business-PayPal

People
Owner: Nobody in particular
Requestors: nn [...] heberge.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: foreign currency support
Will you develop a parameter for new currency support (euro...), thanks you for this wonderfull module. -stef
On Tue Dec 03 10:50:34 2002, guest wrote: Show quoted text
> Will you develop a parameter for new currency support (euro...)
I was just exploring the options for taking paypal payments ... and hit the currency "problem". I've written a patch that will add this functionality. I was wondering ... is this still a good (or easy) way to take paypal payments, or is there a newer, recommended module to use?
--- /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.
Feature added in 0.04