-
-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Paydirekt provider #155
base: main
Are you sure you want to change the base?
Conversation
…s (allows much more freedom) and adjust all providers for the change use create_test_payment for tests, TestPayment is now a Mock use unittest mocks when python3
…ainst invalid callback (which seems to appear)
…lable, TODO: fix bug
Codecov Report
@@ Coverage Diff @@
## master #155 +/- ##
==========================================
+ Coverage 79.13% 79.22% +0.08%
==========================================
Files 27 29 +2
Lines 1649 1993 +344
Branches 190 234 +44
==========================================
+ Hits 1305 1579 +274
- Misses 245 292 +47
- Partials 99 122 +23
Continue to review full report at Codecov.
|
Thank you for this contribution. I think we'd prefer for new payment providers to live in their own packages. In fact we've discussed splitting the current main package. Please take a look at https://github.com/esistgut/django-payments-bnlepos for an externally-maintained payment provider. |
good idea |
This adds a backend for paydirekt.
It depends on some other pullrequests of mine:
#148 #149
Sry for the long commit history. I required the backend for a project.