# HG changeset patch # User Brian Neal # Date 1246138804 0 # Node ID 5899e308cdb390b5bb5126c211288bc3a195dcea # Parent 3767a6bc8d851de537ba156510c83f6b283f1986 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. diff -r 3767a6bc8d85 -r 5899e308cdb3 gpp/donations/views.py --- 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(): """