Add description

This commit is contained in:
Martin Puppe 2017-10-31 14:55:13 +01:00
parent 8c3a276dd2
commit 571b6b08fa

View file

@ -6,7 +6,11 @@
WebBanking{version = 1.00, WebBanking{version = 1.00,
url = 'https://uberspace.de/login', url = 'https://uberspace.de/login',
services = {'Uberspace.de'}} services = {'Uberspace.de'},
description = string.format(
MM.localizeText("Get balance and transactions for %s"),
"Uberspace.de")
}
function SupportsBank (protocol, bankCode) function SupportsBank (protocol, bankCode)
return bankCode == 'Uberspace.de' and protocol == ProtocolWebBanking return bankCode == 'Uberspace.de' and protocol == ProtocolWebBanking