Currency

Mark_Watson27 - July 9, 2009 - 10:17
Project:Donation
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:needs review
Description

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

 
 

Drupal is a registered trademark of Dries Buytaert.