comparison 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
comparison
equal deleted inserted replaced
62:3767a6bc8d85 63:5899e308cdb3
13 from django.http import HttpResponseServerError 13 from django.http import HttpResponseServerError
14 from django.contrib.auth.models import User 14 from django.contrib.auth.models import User
15 15
16 from donations.models import Donation 16 from donations.models import Donation
17 17
18 PP_DATE_FMT = '%H:%M:%S %b. %d, %Y' 18 PP_DATE_FMT = '%H:%M:%S %b %d, %Y'
19 19
20 def paypal_params(): 20 def paypal_params():
21 """ 21 """
22 This function returns a tuple where the 1st element is the Paypal 22 This function returns a tuple where the 1st element is the Paypal
23 URL and the 2nd element is the Paypal business email. This information 23 URL and the 2nd element is the Paypal business email. This information