summaryrefslogtreecommitdiff
path: root/payments/paypal
AgeCommit message (Expand)Author
2017-02-22Use constants for statusesMarcin Gębala
2015-12-04Check existence of provider linksAdam Bogdał
2015-12-04Get links from the paypal card responseAdam Bogdał
2015-10-21Make the package compatible with various django versionsAdam Bogdał
2015-10-16Replace MagicMocks with MocksPatryk Zawadzki
2015-07-22Fix tests for python3Adam Bogdał
2015-07-21Add test for already captured paymentAdam Bogdał
2015-07-20Add tests for capture, refund and renew tokenAdam Bogdał
2015-07-20Add tests for paypalAdam Bogdał
2015-07-03Start using tox and pytestAdam Bogdał
2015-06-02Fix usage of payment objectAdam Bogdał
2015-05-28Make payment a param for functions that need itPatryk Zawadzki
2014-09-10Merge branch 'master' into preauthMarcin Gębala
2014-09-01Disallow multiple refunds in PayPalMarcin Gębala
2014-08-11ensure Python 2 compatibility with filter() using itertools.ifilterGiacomo Graziosi
2014-08-09filter() doesn't return a list in Python 3Giacomo Graziosi
2014-08-01Item name length can't be greater than 127 chartsMichał Ociepka
2014-07-31Log paypal payments errorsMichał Ociepka
2014-07-26Use appropriate paypal resource keyAdam Bogdal
2014-07-03Save payer info in attrsMichał Ociepka
2014-06-18Use PaymentError class in paypalMichał Ociepka
2014-06-12Improve paypal errors handlingMichał Ociepka
2014-06-11Fix control flowPatryk Zawadzki
2014-06-11Handle partial refundsPatryk Zawadzki
2014-06-09Add refund, capture and release methods to PayPalMichał Ociepka
2014-05-12Proper decimal quantizer in paypalMichał Ociepka
2014-04-24Fix to PayPal sub_totalpmuilu
2014-02-20Make sure we actually pass tests on Python 3Patryk Zawadzki
2013-11-08Add CreditCardPaymentFormWithNameMichał Ociepka
2013-11-08Replace deprecated simplejson by jsonMichał Ociepka
2013-11-07Replace the CreditCard object by a functionMichał Ociepka
2013-11-07Extend paypal testsMichał Ociepka
2013-11-07Merge pull request #22 from mirumee/improve-expiration-field-renderingPatryk Zawadzki
2013-11-07Don't mock paymentsPatryk Zawadzki
2013-11-07Move the expiration widget rendering to templateMichał Ociepka
2013-11-06Make tests more robustPatryk Zawadzki
2013-10-21More literalsPatryk Zawadzki
2013-05-09Check credit card type inside CreditCardNumberFieldAdam Bogdal
2013-05-08Clean up importsAdam Bogdal
2013-05-08Add authorize.net backendAdam Bogdal
2013-04-26Move paypal-cart into paypal backendMichal Ociepka
2013-04-26Improve get_purchased_items, fix paypal cvv2 bugMichal 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-26PEP-8, lintPatryk Zawadzki
2013-04-25Prices init refactoringMichal Ociepka
2013-04-25Remove django SitesMichal Ociepka
2013-04-19Remove unnecessary fields from the Payment modelMichal Ociepka
2013-04-18Fix bad return methodMichal Ociepka