Needs review
Project:
Donation
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jul 2009 at 10:17 UTC
Updated:
9 Jul 2009 at 10:17 UTC
Hello,
Would it not be prefferable to choose the settling currecny as opposed to the original currency, I changed the following line from donation_ipn()
$currency = check_plain($_POST['mc_currency']);
to choose the settling currency
$currency = check_plain($_POST['settle_currency']);
Thanks
Mark