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 |