summaryrefslogtreecommitdiff
path: root/payments/__init__.py
AgeCommit message (Expand)Author
2017-02-22Use constants for statusesMarcin Gębala
2016-02-19Add more data to payment exceptionMichał Ociepka
2015-11-13Move get_payment_model to keep backward compatibilityAdam Bogdał
2015-10-21Make the package compatible with various django versionsAdam Bogdał
2015-06-03Add tests and fix dotpayAdam Bogdał
2015-06-01Fix tests for python2Adam Bogdał
2015-05-28Fix importPatryk Zawadzki
2015-05-28Make payment a param for functions that need itPatryk Zawadzki
2014-07-25Import site appAdam Bogdal
2014-07-25Check payment host configurationAdam Bogdal
2014-06-13Set payment host from sites if availableMichał Ociepka
2014-06-10Add autosubmitted forms, messages and attrsPatryk Zawadzki
2014-06-10Accept spaces and dashes in card numbers, recognize MaestroPatryk Zawadzki
2014-06-06Add payment error class and additional fieldsPatryk Zawadzki
2014-06-06Add interface for pre-authorizationMichał Ociepka
2014-03-210.4.2.2, brown paper bag releasePatryk Zawadzki
2014-02-20Make sure we actually pass tests on Python 3Patryk Zawadzki
2013-11-07Replace the CreditCard object by a functionMichał Ociepka
2013-10-21Preliminary compatibility with python3Patryk Zawadzki
2013-05-22Merge pull request #11 from mirumee/features/walletMichał Ociepka
2013-05-16Use appropriate method nameAdam Bogdal
2013-05-16Add ability to get payment token from provider responseAdam Bogdal
2013-05-14Close brackets in the last line.Adam Bogdal
2013-05-08Clean up importsAdam Bogdal
2013-04-26Move ordered items to modelPatryk Zawadzki
2013-04-26Simplify the APIPatryk Zawadzki
2013-04-25Prices init refactoringMichal Ociepka
2013-04-25Remove django SitesMichal Ociepka
2013-04-19Dummy payment refactoringMichal Ociepka
2013-04-17Improve statuses in paypal, refactoringMichal Ociepka
2013-04-11Configurable Payment modelMichal Ociepka
2013-04-09Require payment object in the provider initMichal Ociepka
2013-04-08Add PaymentItem and redirect exceptionMichal Ociepka
2013-04-04Remove PaymentItems and Contact modelsMichal Ociepka
2010-09-30Initial releasePatryk Zawadzki