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

Add payment processor for FRED backend #13

Closed
stinovlas opened this issue Jun 6, 2018 · 1 comment
Closed

Add payment processor for FRED backend #13

stinovlas opened this issue Jun 6, 2018 · 1 comment
Assignees
Labels

Comments

@stinovlas
Copy link
Owner

Add new payment processor (see #12) for FRED backend. Communication with FRED backend will be done through CORBA interface. Method process_payment will be implemented as follows:

  • processor asks backend whether it recognizes the variable symbol
    • if no, processor returns False
    • if yes, processor saves invoice details and continue
  • processor asks backend to create invoice; in return, it will recieve total amount of credits that should be added to registrar account
  • processor asks backend to add designated amount of credits to registrar account in appropriate zone
@stinovlas
Copy link
Owner Author

Moved to separate project fred-pain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants