-
-
Notifications
You must be signed in to change notification settings - Fork 292
Add Paydirekt provider #155
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
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
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.