I am using the latest uc_civicrm 6.x.4.0 on drupal 6.22 and have created a report of type contribution using views, the receive date of contribution in my report shows 12:00 Am for all ubercart purchases when i checked the code in uc_civicrm_add_contribution() found that the receive date is set as
'receive_date' => date('Ymd'),
if we change it to
'receive_date' => date('Y-m-d H:i:s'),
would track the exact time in civicrm contribution.
This may make the contributions more accurate.
Thanks,
Sadashiv.
Comments
Comment #1
eileenmcnaughton commentedHopefully fixed - I removed the date to rely on api 'now' default