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
|
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright(C) 2012 Romain Bignon
|
||||
# Copyright(C) 2012-2013 Romain Bignon
|
||||
#
|
||||
# This file is part of weboob.
|
||||
#
|
||||
|
|
@ -33,11 +33,11 @@ class BarclaysBackend(BaseBackend, ICapBank):
|
|||
MAINTAINER = u'Romain Bignon'
|
||||
EMAIL = 'romain@weboob.org'
|
||||
VERSION = '0.h'
|
||||
DESCRIPTION = u'Barclays French bank website'
|
||||
DESCRIPTION = u'Barclays'
|
||||
LICENSE = 'AGPLv3+'
|
||||
CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False),
|
||||
ValueBackendPassword('password', label='Password'),
|
||||
ValueBackendPassword('secret', label='Secret word'))
|
||||
CONFIG = BackendConfig(ValueBackendPassword('login', label=u"N° d'abonné", masked=False),
|
||||
ValueBackendPassword('password', label='Code confidentiel'),
|
||||
ValueBackendPassword('secret', label='Mot secret'))
|
||||
BROWSER = Barclays
|
||||
|
||||
def create_default_browser(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue