changeset 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 3767a6bc8d85
children 58bc950c6d8b
files gpp/donations/views.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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():
     """