Skip to content
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

Payment handling #15

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Payment handling #15

wants to merge 4 commits into from

Conversation

kissgyorgy
Copy link
Member

No description provided.

The billing service can be switched with the new configuration variable
BILLING_SERVICE_MODULE, which should be the import path of the invoice selling
module. See an example in billing/services package.

There is a new "noop" service, which does nothing.
Billing services are now classes, they have to implement methods found in
billing/services/interface.py.
This will be the SimplePay specific functionality.
So functionality for payments are fully separated and contained in that one app.
@kissgyorgy kissgyorgy mentioned this pull request Feb 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant