XFileSharing Pro - [QUESTION] Change Paypal Currency

Message
Author
Namaless
Posts: 107
Joined: Apr 20, 2008 12:10 pm

[QUESTION] Change Paypal Currency

#1 Postby Namaless » May 28, 2008 8:06 am

Hi, I need to change USD to EUR but when try to payment get Error:

Code: Select all

Wed May 28 07:59:44 2008 : checks(): Wrong mc_amount value: Wrong mc_currency value: EUR.
EUR supported from Paypal.. into the XFS necessary modification?

Thanks, Regards.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » May 28, 2008 1:01 pm

Change this value in XFileConfig.pm:

Code: Select all

currency_code	=> 'USD',

Namaless
Posts: 107
Joined: Apr 20, 2008 12:10 pm

#3 Postby Namaless » May 30, 2008 7:18 am

PilgrimX182 wrote:Change this value in XFileConfig.pm:

Code: Select all

currency_code	=> 'USD',
Thanks, but with this modification get the top error.. You have more ideas?

Regards.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#4 Postby PilgrimX182 » May 30, 2008 9:34 am

change

Code: Select all

currency_code   => 'USD',
to

Code: Select all

currency_code   => 'EUR',

Namaless
Posts: 107
Joined: Apr 20, 2008 12:10 pm

#5 Postby Namaless » May 30, 2008 10:07 am

PilgrimX182 wrote:change

Code: Select all

currency_code   => 'USD',
to

Code: Select all

currency_code   => 'EUR',
You have tried this?

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#6 Postby PilgrimX182 » May 30, 2008 11:35 am

Nopes. But your error (Wrong mc_currency value: EUR.) tell that currency in paypal IPN request (EUR) is not eual currency in config (USD now I guess)

Namaless
Posts: 107
Joined: Apr 20, 2008 12:10 pm

#7 Postby Namaless » May 30, 2008 1:07 pm

PilgrimX182 wrote:Nopes. But your error (Wrong mc_currency value: EUR.) tell that currency in paypal IPN request (EUR) is not eual currency in config (USD now I guess)
I have tested to insert EUR into this setting, but get this error.. Change this value not works correctly. Works correctly only with USD.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#8 Postby PilgrimX182 » May 30, 2008 1:26 pm

Please PM or email me sample from ipn_log.txt with EUR, when you got an error.