eric
|
ac541ec1a0
|
patterns in urlpatterns are deprecated
https://docs.djangoproject.com/en/1.9/releases/1.8/#s-django-conf-urls-p
atterns
Also, moved edit_user to libraryauth module with the rest of our user
reg and auth.
|
2016-07-27 13:02:47 -04:00 |
eric
|
356207bc5d
|
patch django.conf.urls.defaults
|
2016-04-07 20:38:53 -04:00 |
eshellman
|
5a207bf4e8
|
Merge pull request #181 from Gluejar/simpler_download
Simpler download. Yay.
|
2013-06-26 11:39:39 -07:00 |
Raymond Yee
|
22dc844b07
|
Getting rid of tests that call PaymentManager.pledge
|
2013-06-25 11:05:52 -07:00 |
Andromeda Yelton
|
ad69580b2d
|
PEP 8, PEP 328. I feel better now.
|
2013-06-03 12:31:39 -04:00 |
Raymond Yee
|
f639aa02dd
|
Merge branch 'newpayment' into relaunch
Conflicts:
frontend/views.py
payment/manager.py
|
2012-09-07 13:46:09 -07:00 |
Raymond Yee
|
101cf1e7a0
|
Removed references to wepay and balanced
|
2012-09-07 11:31:49 -07:00 |
eric
|
94270f33c6
|
add in credi processing; overhaul the PledgeView forms and partition authorize fn in Manager
also removed unused target, lists, ack-link,
|
2012-08-31 03:16:04 -04:00 |
eric
|
f299d9ecf7
|
rip out paypal and amazon code
|
2012-08-31 03:12:15 -04:00 |
Raymond Yee
|
214bc4b9e5
|
A pass to get a charge iframe show up for wepay
|
2012-08-20 15:19:27 -07:00 |
Raymond Yee
|
6c4f98095f
|
First pass at balancedpayment prototype
|
2012-08-17 22:57:56 -07:00 |
Raymond Yee
|
0d88a395cb
|
First pass at stripe prototype --> /stripe/test will now let you type in a test credit card and display resulting stripeToken
|
2012-08-16 14:11:32 -07:00 |
Raymond Yee
|
1ca930440c
|
certain test views that should be on only if DEBUG = True
|
2012-05-17 13:54:09 -07:00 |
Jason
|
55e388b4a3
|
Adding dynamic module selection for payment modules. Dynamic IPN selection for amazon payments. Bug Fixes
|
2012-05-11 07:19:13 -04:00 |
Raymond Yee
|
c83aa8615a
|
Removing django-merchant dependency
|
2012-05-03 10:58:08 -07:00 |
Raymond Yee
|
b6e0369b1c
|
Attempting to do a real testpayment
|
2012-04-23 13:54:37 -07:00 |
icellama21
|
3796002824
|
Adding amazon ipn to payment URLs
|
2012-04-21 01:09:03 -04:00 |
icellama21
|
d370091db7
|
Adding amazon FPS return view, execute and preapproval support
|
2012-04-18 16:22:00 -04:00 |
icellama21
|
03e9947189
|
Adding basic amazon FPS Pay function
|
2012-04-18 11:53:13 -04:00 |
Raymond Yee
|
86ed171cf3
|
Now I understand more of the status message that comes back after an attempted authorization at Amazon
|
2012-04-11 16:02:28 -07:00 |
Raymond Yee
|
491bad5c14
|
Simplified structure of URLs for testfps to:
urlpatterns += patterns('',
(r'^fps/', include(amazon_fps_obj.urls)),
url(r'^testfps/$', 'regluit.payment.views.testfps', name='app_offsite_amazon_fps'),
)
|
2012-04-11 13:51:20 -07:00 |
Raymond Yee
|
b808ddbed0
|
Added URLs needed for the return from Amazon authorization.
Also forgot to put keys in prod.py
|
2012-04-11 10:37:41 -07:00 |
Raymond Yee
|
00511e4730
|
First pass at trying to integrate Amazon fps
|
2012-04-11 09:51:18 -07:00 |
Raymond Yee
|
f7e8e41c71
|
First round of having debug URLs available only if not in preview mode
|
2012-01-18 09:08:34 -08:00 |
icellama21
|
b0b6d83f75
|
Adding payment code for refund and modification of existing transactions
|
2012-01-05 01:42:05 -05:00 |
Jason
|
c2c3168e5a
|
Updating payment code to support delayed chained payments. Adding entry points for delayed execution of payments. Creating common parent class for all paypal transactions to more accurately track metadata
|
2011-12-14 08:30:37 -05:00 |
Jason
|
f049e5ec91
|
Implementing check of paypal PAY transaction using PaymentDetails
|
2011-10-27 04:05:21 -04: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
|
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
|
37b46d01c2
|
Adding pledge payment support
|
2011-09-27 08:48:11 -04:00 |