Raymond Yee
|
57640ec7b2
|
First pass at unwiring campaign_detail from the real pledge view.
|
2011-11-28 15:39:06 -08:00 |
Raymond Yee
|
b6d9f7463d
|
More debugging messages
|
2011-11-23 11:39:51 -08:00 |
Raymond Yee
|
a9ab0e45e6
|
adding more debugging info about Paypal PAY and PREAPPROVAL
Getting rid of final '/' in prod.py: BASE_URL
|
2011-11-23 09:41:11 -08:00 |
Raymond Yee
|
e526c1c3c2
|
Forot to import sys!
|
2011-11-23 09:12:37 -08:00 |
Raymond Yee
|
5494b282cf
|
Trying to print out ipn info to stderr to see it in the Apache log
|
2011-11-23 09:07:07 -08:00 |
Raymond Yee
|
979a403a06
|
Merge branch 'jkace' of github.com:Gluejar/regluit into payment
Conflicts:
frontend/templates/campaign_detail.html
frontend/views.py
|
2011-11-22 11:30:45 -08:00 |
Jason
|
58eb67e0aa
|
Adding code to support embedded payments
|
2011-11-22 06:14:58 -05:00 |
Ed Summers
|
d57f93f6f2
|
added new migrations
|
2011-11-21 11:29:37 -05:00 |
Ed Summers
|
a98ce5373c
|
removing migrations
|
2011-11-21 11:26:31 -05:00 |
Ed Summers
|
186823942f
|
new initial migrations
|
2011-11-17 23:05:27 +00:00 |
Ed Summers
|
f119c7f3a7
|
starting fresh with migrations
|
2011-11-17 23:05:01 +00:00 |
Andromeda Yelton
|
2c6a7e6f94
|
book panel view of supporter page now half-done; visible at /supporter2/username
|
2011-11-03 16:28:53 -04:00 |
Raymond Yee
|
6102b03c36
|
Allow Transaction.secret to be null. Created migration for payment/models
|
2011-11-01 14:16:27 -07:00 |
Andromeda Yelton
|
c139e4dcfc
|
adding option for supporters to pledge anonymously
|
2011-11-01 17:08:09 -04:00 |
Jason
|
f049e5ec91
|
Implementing check of paypal PAY transaction using PaymentDetails
|
2011-10-27 04:05:21 -04:00 |
Jason
|
9a6a3d260a
|
Adding unique tracking ID to paypal payments
|
2011-10-27 02:35:46 -04:00 |
Ed Summers
|
55af98b05f
|
artifact of some download?
|
2011-10-18 21:33:22 -04:00 |
Raymond Yee
|
8cab4dc425
|
First pass integration of preapproval into campaign pledge form
|
2011-10-18 16:27:20 -07:00 |
Raymond Yee
|
fa3dfe19a0
|
getting basic comparison of current status of a transaction with that in the database
|
2011-10-18 07:42:56 -07:00 |
Raymond Yee
|
38166177c4
|
First cut of PaymentDetails
small fix to explicitly calculate URI of PayPalIPN url pattern
update status of a PAY transaction to CREATED instead of leaving as None
|
2011-10-14 10:52:17 -07:00 |
Raymond Yee
|
47a17e6888
|
The receiver status should be IPN_TXN_STATUS_COMPLETED if the transaction is complete,, I think.
|
2011-10-13 15:12:11 -07:00 |
Raymond Yee
|
e0f1ef50cc
|
Rewrote pledging to a campaign to integrate the testview into logic of CampaignFormView directly.
Allow configuration of where PayPal should return after transaction is completed.
|
2011-10-13 14:13:37 -07:00 |
Raymond Yee
|
c0bd998732
|
First attempt to write out transactions associated with Campaign
|
2011-10-13 10:28:23 -07:00 |
Raymond Yee
|
7e4f0a222b
|
Ooops....forgot some files in previous commit
|
2011-10-11 10:03:40 -07:00 |
Raymond Yee
|
711546f414
|
First pass at incorporating status into Campaign
|
2011-10-07 20:11:57 -07:00 |
Raymond Yee
|
68b94f768f
|
Changes in progress to the model
|
2011-10-07 14:17:54 -07:00 |
Raymond Yee
|
ac7deebf9a
|
I had missed some settings that needed to be obtained from django.conf.settings
|
2011-10-07 09:53:30 -07:00 |
Raymond Yee
|
cdc02e8c6e
|
Some parameters defined in django.conf.settings had to set accordingly
|
2011-10-06 16:10:20 -07:00 |
Ed Summers
|
6e53fd409f
|
wrote a script to look for what main settings variables are used in payment app, and couldn't find any.
|
2011-10-05 23:53:06 -04:00 |
Ed Summers
|
8f9a03c94f
|
django.conf.settings should be used to get at the settings, not regluit.settings.me which could very well change depending on what environment regluit is configured to run in
|
2011-10-05 22:53:51 -04:00 |
Raymond Yee
|
d67d77a9a0
|
Changed currency amounts to DecimalField in core and payment
Added south migrations to payment
Changed print statements to logger.info in payment
Added primitive paymentcomplete page in payment
|
2011-10-05 17:56:20 -07:00 |
Jason
|
59ba9db4f6
|
Adding basic selenium powered unit tests for payments
|
2011-10-04 07:55:39 -04:00 |
Jason
|
ed1732b4ec
|
Adding cancel,dispute,chargeback support, chained payments, user/list APIs, bug fixes
|
2011-10-01 08:01:40 -04:00 |
Jason
|
42cf499a6c
|
Adding Pre-approved payments
|
2011-09-29 03:50:07 -04:00 |
Jason
|
7e9517ead2
|
Adding missing README
|
2011-09-27 08:56:50 -04:00 |
Jason
|
37b46d01c2
|
Adding pledge payment support
|
2011-09-27 08:48:11 -04:00 |