Code: Select all
Wed May 28 07:59:44 2008 : checks(): Wrong mc_amount value: Wrong mc_currency value: EUR.
Thanks, Regards.
Code: Select all
Wed May 28 07:59:44 2008 : checks(): Wrong mc_amount value: Wrong mc_currency value: EUR.
Code: Select all
currency_code => 'USD',
Thanks, but with this modification get the top error.. You have more ideas?PilgrimX182 wrote:Change this value in XFileConfig.pm:
Code: Select all
currency_code => 'USD',
Code: Select all
currency_code => 'USD',
Code: Select all
currency_code => 'EUR',
You have tried this?PilgrimX182 wrote:changetoCode: Select all
currency_code => 'USD',
Code: Select all
currency_code => 'EUR',
I have tested to insert EUR into this setting, but get this error.. Change this value not works correctly. Works correctly only with USD.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)