summaryrefslogtreecommitdiff
path: root/payments/models.py
AgeCommit message (Expand)Author
2019-09-27make the build a bit less broken but still broken. use taler-util.ng0
2017-02-22Use constants for statusesMarcin Gębala
2016-08-17fix _default_manager for django 1.10jokke150
2016-04-19Fix incorrect token generation formatRajitha Perera
2016-03-07Use default manager instead of a harcoded `objects` reference to updates the ...Mario César
2015-10-21Make the package compatible with various django versionsAdam Bogdał
2015-08-25Add required field attributeAdam Bogdał
2015-08-21replace IPAddressField with GenericIPAddressFieldNoel Martin Llevares
2015-08-11Make the "wrong fraud status" error more elaborativeMateusz Dereniowski
2015-06-02Add BasePayment testsAdam Bogdał
2015-05-28Make payment a param for functions that need itPatryk Zawadzki
2014-09-03Add fraud status to dummy payment formMarcin Gębala
2014-09-01Disallow multiple refunds in PayPalMarcin Gębala
2014-08-25Replace confirmed status by acceptMichał Ociepka
2014-08-25Add fraud message to paymentsMichał Ociepka
2014-08-22Add fraud statusMichał Ociepka
2014-07-15If payment object wasn't save set attrs to dictMichał Ociepka
2014-06-18Change statuses in base providerMichał Ociepka
2014-06-11Handle partial refundsPatryk Zawadzki
2014-06-10CleanupPatryk Zawadzki
2014-06-10Add autosubmitted forms, messages and attrsPatryk Zawadzki
2014-06-10Accept spaces and dashes in card numbers, recognize MaestroPatryk Zawadzki
2014-06-09Don't save capture amount in modelMichał Ociepka
2014-06-09Add captured_amount fieldMichał Ociepka
2014-06-06Add payment error class and additional fieldsPatryk Zawadzki
2014-06-06Add refund statusMichał Ociepka
2014-06-06Add interface for pre-authorizationMichał Ociepka
2013-10-21Fix relative importPatryk Zawadzki
2013-10-21Use range instead of xrangePatryk Zawadzki
2013-10-21More literalsPatryk Zawadzki
2013-05-08Clean up importsAdam Bogdal
2013-04-26Fix no variant bug in the urls.pyMichal Ociepka
2013-04-26Improve get_purchased_items, fix paypal cvv2 bugMichal Ociepka
2013-04-26Remove unnecessary next in clean dataMichal Ociepka
2013-04-26Move ordered items to modelPatryk Zawadzki
2013-04-26Rename get_cancel_url → get_failure_urlPatryk Zawadzki
2013-04-26Simplify the APIPatryk Zawadzki
2013-04-26Make SagePay workPatryk Zawadzki
2013-04-19Remove unnecessary fields from the Payment modelMichal Ociepka
2013-04-16Improve Paypal status managementMichal Ociepka
2013-04-11Configurable Payment modelMichal Ociepka
2013-04-09Add payment tokenMichal Ociepka
2013-04-08Add some extra fields into the payment modelMichal Ociepka
2013-04-04Remove PaymentItems and Contact modelsMichal Ociepka
2011-03-03Give class as sender, instance as instanceMichał Sałaban
2011-01-31API for additional customer detailsMichał Sałaban
2010-09-30Initial releasePatryk Zawadzki