aboutsummaryrefslogtreecommitdiff
path: root/payments
AgeCommit message (Expand)Author
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-08-11Make the "wrong fraud status" error more elaborativeMateusz Dereniowski
2015-07-30Don't touch request bodyAdam Bogdał
2015-07-30Fix tests for python3Adam Bogdał
2015-07-30Add more testsAdam Bogdał
2015-07-30Adapt backend to the latest changesAdam Bogdał
2015-07-30Make code compatible with python 2 and 3Adam Bogdał
2015-07-30Add custom token and testsAdam Bogdał
2015-07-30Add coinbase backendAdam Bogdał
2015-07-23Catch exception in process_data functionAdam Bogdał
2015-07-22Fix tests for python3Adam Bogdał
2015-07-22Add tests for capture, release, refundAdam Bogdał
2015-07-21Add tests for cybersourceAdam Bogdał
2015-07-21Add tests for sofortAdam Bogdał
2015-07-21Add tests for sagepayAdam 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-07Add tests for the stripe backendAdam Bogdał
2015-06-04Change variant nameAdam Bogdał
2015-06-04Improve braintree backend and add testsAdam Bogdał
2015-06-04Add tests for card/payment formsAdam Bogdał
2015-06-04Add tests to the wallet backendAdam Bogdał
2015-06-04Add authorize.net testsAdam Bogdał
2015-06-04Automatically capture total amountAdam Bogdał
2015-06-03Add tests and fix dotpayAdam Bogdał
2015-06-02Add BasePayment testsAdam 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ł
2015-06-01Fix tests for python2Adam Bogdał
2015-05-28Fix importPatryk Zawadzki
2015-05-28Make payment a param for functions that need itPatryk Zawadzki
2015-05-22Fix paths on LinuxAdam Bogdał
2015-05-21Fixed TypeError illing2005
2015-05-15Merge remote branch 'upstream/master'illing
2015-05-15Added refund logicilling
2015-05-15added product descriptionilling
2015-05-13First Version of Sofort.com variantilling
2015-03-21Use explicitly all provider params in testAdam Bogdał
2015-03-20Read and remove item from the kwargsAdam Bogdał
2015-03-09Process authorize.net formAdam Bogdał
2015-01-19Fix CyberSource on WindowsPatryk Zawadzki
2015-01-19Fix typoPatryk Zawadzki