You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Though you are correct there is no 'payments.providers' module. one thing you can try is use:
from payments.core import BasicProvider
i think this might will serve the purpose.
(Note* : Use a factory method or function to instantiate the subclass rather than instantiating BasicProvider directly.)
The example in the Create a Provider Class section of the documentation does not work.
Reproducer:
process_data
andget_form
methodsActual behavior:
Expected behavior:
The app is integrated with my payment provider.
The text was updated successfully, but these errors were encountered: