| View previous topic :: View next topic |
| Author |
Message |
Namaless
Joined: 20 Apr 2008 Posts: 107 Location: Italy
|
Posted: May 28, 2008 8:06 am Post subject: [QUESTION] Change Paypal Currency |
|
|
Hi, I need to change USD to EUR but when try to payment get Error:
| Code: |
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. |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1107 Location: Undisclosed location
|
Posted: May 28, 2008 1:01 pm Post subject: |
|
|
Change this value in XFileConfig.pm:
| Code: | | currency_code => 'USD', |
|
|
| Back to top |
|
 |
Namaless
Joined: 20 Apr 2008 Posts: 107 Location: Italy
|
Posted: May 30, 2008 7:18 am Post subject: |
|
|
| PilgrimX182 wrote: | Change this value in XFileConfig.pm:
| Code: | | currency_code => 'USD', |
|
Thanks, but with this modification get the top error.. You have more ideas?
Regards. |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1107 Location: Undisclosed location
|
Posted: May 30, 2008 9:34 am Post subject: |
|
|
change
| Code: | | currency_code => 'USD', |
to
| Code: | | currency_code => 'EUR', |
|
|
| Back to top |
|
 |
Namaless
Joined: 20 Apr 2008 Posts: 107 Location: Italy
|
Posted: May 30, 2008 10:07 am Post subject: |
|
|
| PilgrimX182 wrote: | change
| Code: | | currency_code => 'USD', |
to
| Code: | | currency_code => 'EUR', |
|
You have tried this? |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1107 Location: Undisclosed location
|
Posted: May 30, 2008 11:35 am Post subject: |
|
|
| 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) |
|
| Back to top |
|
 |
Namaless
Joined: 20 Apr 2008 Posts: 107 Location: Italy
|
Posted: May 30, 2008 1:07 pm Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1107 Location: Undisclosed location
|
Posted: May 30, 2008 1:26 pm Post subject: |
|
|
| Please PM or email me sample from ipn_log.txt with EUR, when you got an error. |
|
| Back to top |
|
 |
|