mirror of
https://github.com/puppe/moneymoney-uberspace.git
synced 2025-12-20 01:12:17 +01:00
Add description
This commit is contained in:
parent
8c3a276dd2
commit
571b6b08fa
1 changed files with 5 additions and 1 deletions
|
|
@ -6,7 +6,11 @@
|
|||
|
||||
WebBanking{version = 1.00,
|
||||
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)
|
||||
return bankCode == 'Uberspace.de' and protocol == ProtocolWebBanking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue