diff gpp/donations/views.py @ 63:5899e308cdb3

Sigh, changed the donations data format because it seems to be different than the stand-alone IPN tester. The month name doesn't have a dot after it.
author Brian Neal <bgneal@gmail.com>
date Sat, 27 Jun 2009 21:40:04 +0000
parents 8c9344e36813
children 9fabeabd89d4
line wrap: on
line diff
--- a/gpp/donations/views.py	Sat Jun 27 21:30:18 2009 +0000
+++ b/gpp/donations/views.py	Sat Jun 27 21:40:04 2009 +0000
@@ -15,7 +15,7 @@
 
 from donations.models import Donation
 
-PP_DATE_FMT = '%H:%M:%S %b. %d, %Y'
+PP_DATE_FMT = '%H:%M:%S %b %d, %Y'
 
 def paypal_params():
     """