summaryrefslogtreecommitdiff
path: root/payments/stripe
AgeCommit message (Expand)Author
2017-10-02Fix passing arguments to __init__=
2017-09-29Don't use build_attrs=
2017-09-29Fix compatibility issues with Django 1.11=
2017-02-23Move functions that generate choices to utilsMarcin Gębala
2017-02-23Fix broken importMarcin Gębala
2017-02-23Move choices generation to a methodArtur Smęt
2017-02-23Render fields without name attribute, to avoid sending sensitive data to the ...Artur Smęt
2017-02-23Don't send sensitive data to the backendArtur Smęt
2017-02-23Fix stripejs input namesArtur Smęt
2017-02-22Use constants for statusesMarcin Gębala
2015-11-10Hard code stripeInput idMichał Ociepka
2015-11-10Fix stripe testsMichał Ociepka
2015-11-10Use old hidden_inputs approachMichał Ociepka
2015-11-10Add Stripe without modal providerMichał Ociepka
2015-10-21Make the package compatible with various django versionsAdam Bogdał
2015-10-16Replace MagicMocks with MocksPatryk Zawadzki
2015-08-12Add Stripe's test of already processed paymentMateusz Dereniowski
2015-08-12Call "str" on the "stripe.CardError" to get the messageMateusz Dereniowski
2015-08-12Add Stripe's test detecting fraudulent paymentsMateusz Dereniowski
2015-08-12Add mocking of the "stripe.Charge.retrieve" to the Stripe's testsMateusz Dereniowski
2015-08-11Add handling of Stripe's fraudulent paymentsMateusz Dereniowski
2015-08-11Return error on a repeated Stripe's paymentMateusz Dereniowski
2015-08-11Store the Stripe's "card declined" error messageMateusz Dereniowski
2015-07-03Start using tox and pytestAdam Bogdał
2015-06-07Add tests for the stripe backendAdam Bogdał
2015-06-04Automatically capture total amountAdam Bogdał
2015-05-28Make payment a param for functions that need itPatryk Zawadzki
2014-11-06Clean up unused importsArtur Smęt
2014-11-04Make Stripe Just Work™Patryk Zawadzki
2014-11-03Automatically render the script buttonPatryk Zawadzki
2014-09-15Merge pull request #42 from sergiobrr/masterPatryk Zawadzki
2014-09-13force to int data_amountsergiobrr
2014-09-13Changing key value in stripeTokensergiobrr
2014-09-13Setting attrs names without hiphenssergiobrr
2014-09-10Merge branch 'master' into preauthMarcin Gębala
2014-09-09Stripe payment: Invalid integersergiobrr
2014-06-09Inform if provider doesn't use pre-authorizationMichał Ociepka
2014-02-20Make sure we actually pass tests on Python 3Patryk Zawadzki
2014-02-200.4.2Patryk Zawadzki
2013-11-08CosmeticsMichał Ociepka
2013-11-08Reject payment if user post empty token dataMichał Ociepka
2013-10-16Don't capture the payment in the clean method and other minor changesAdam Bogdal
2013-10-16Display error message from apiAdam Bogdal
2013-10-13Add stripe backendAdam Bogdal