summaryrefslogtreecommitdiff
path: root/payments/urls.py
AgeCommit message (Expand)Author
2015-11-13Move get_payment_model to keep backward compatibilityAdam Bogdał
2015-10-26Get rid of deprecated patterns functionAdam Bogdał
2015-10-21Make the package compatible with various django versionsAdam Bogdał
2015-06-02Don't set payment attributeAdam Bogdał
2015-06-02Fix usage of payment objectAdam Bogdał
2015-06-01Remove usage of old functionAdam Bogdał
2014-10-29Add missing trailing slashesMarcin Gębala
2014-02-20Make sure we actually pass tests on Python 3Patryk Zawadzki
2013-11-07Get rid of unwanted calls to get_payment_modelPatryk Zawadzki
2013-11-07Add atomic transaction in process viewsMichał Ociepka
2013-05-17Don't verify csrf and return appropriate response with order idAdam Bogdal
2013-05-16Use appropriate method nameAdam Bogdal
2013-05-16Add ability to get payment token from provider responseAdam Bogdal
2013-05-08Clean up importsAdam Bogdal
2013-04-26Fix no variant bug in the urls.pyMichal Ociepka
2013-04-11Configurable Payment modelMichal Ociepka
2013-04-09Require payment object in the provider initMichal Ociepka
2013-04-09Add payment tokenMichal Ociepka
2013-04-08Remove unnecessary variable, PEP8Michal Ociepka
2010-09-30Initial releasePatryk Zawadzki