comparison donations/fixtures/donations_test.json @ 619:00c14431e911

Created a donations side block for BB issue 21.
author Brian Neal <bgneal@gmail.com>
date Wed, 26 Sep 2012 19:33:26 -0500
parents
children
comparison
equal deleted inserted replaced
618:8c901a03b2e3 619:00c14431e911
1 [
2 {
3 "pk": 150,
4 "model": "donations.donation",
5 "fields": {
6 "payment_date": "2012-09-20T02:54:40",
7 "first_name": "Matthew",
8 "last_name": "Jones",
9 "txn_id": "31JFAKETXN_ID0118",
10 "is_anonymous": false,
11 "memo": "",
12 "mc_fee": "1.08",
13 "payer_id": "HLCCFAKEZIDTS",
14 "payer_email": "fake@example.com",
15 "user": null,
16 "mc_gross": "20.00",
17 "payer_status": "verified",
18 "txn_type": "web_accept",
19 "test_ipn": false
20 }
21 },
22 {
23 "pk": 151,
24 "model": "donations.donation",
25 "fields": {
26 "payment_date": "2012-09-19T23:02:20",
27 "first_name": "Daniel",
28 "last_name": "Smith",
29 "txn_id": "17UFAKETXNID16417",
30 "is_anonymous": false,
31 "memo": "",
32 "mc_fee": "0.45",
33 "payer_id": "S4UFAKEPAYERY",
34 "payer_email": "fake2@example.com",
35 "user": null,
36 "mc_gross": "5.00",
37 "payer_status": "verified",
38 "txn_type": "web_accept",
39 "test_ipn": false
40 }
41 },
42 {
43 "pk": 149,
44 "model": "donations.donation",
45 "fields": {
46 "payment_date": "2012-08-19T19:00:21",
47 "first_name": "Daryl",
48 "last_name": "A",
49 "txn_id": "75PFAKETXNID77721",
50 "is_anonymous": false,
51 "memo": "",
52 "mc_fee": "1.03",
53 "payer_id": "QUFAKEPAYERID",
54 "payer_email": "fake3@example.com",
55 "user": null,
56 "mc_gross": "25.00",
57 "payer_status": "unverified",
58 "txn_type": "web_accept",
59 "test_ipn": false
60 }
61 }
62 ]