better description and field labels for french banks
This commit is contained in:
parent
a6df6c0f61
commit
c1f8c08196
29 changed files with 106 additions and 105 deletions
|
|
@ -54,10 +54,10 @@ class CmbBackend(BaseBackend, ICapBank):
|
|||
AUTH_CERT = os.path.dirname(__file__)
|
||||
AUTH_CERT += '/Verisign_Class_3_Public_Primary_Certification_Authority.pem'
|
||||
CERTHASH = '684d79eb02f59497b5a9c5dcc4c26db1ee637db12f29d703fdf6a80aafef892d'
|
||||
DESCRIPTION = u'Crédit Mutuel de Bretagne French bank website'
|
||||
DESCRIPTION = u'Crédit Mutuel de Bretagne'
|
||||
CONFIG = BackendConfig(
|
||||
ValueBackendPassword('login', label='Account ID', masked=False),
|
||||
ValueBackendPassword('password', label='Password', masked=True),
|
||||
ValueBackendPassword('login', label='Identifiant', masked=False),
|
||||
ValueBackendPassword('password', label='Mot de passe', masked=True),
|
||||
ValueBool('no_check', label='SSL Check ?', default=True))
|
||||
LABEL_PATTERNS = [
|
||||
( # card
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue