Documentation for the payment provider plugin API

This commit is contained in:
Raphael Michel
2015-03-15 19:48:42 +01:00
parent 41f816388b
commit 13f88346d4
6 changed files with 274 additions and 69 deletions

View File

@@ -5,7 +5,6 @@ from django.contrib import messages
from django.core.urlresolvers import reverse
from django.template import Context
from django.template.loader import get_template
from django.utils.functional import cached_property
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import ugettext as __
from django import forms