diff --git a/account_ebics_payment_order/README.rst b/account_ebics_payment_order/README.rst index 2109413..e976663 100644 --- a/account_ebics_payment_order/README.rst +++ b/account_ebics_payment_order/README.rst @@ -21,3 +21,8 @@ Usage Create your Payment Order and generate the bank file. Upload the generated file via the 'EBICS Upload' button on the payment order. + +Known issues / Roadmap +====================== + + * Add support for multiple EBICS connections. diff --git a/account_ebics_payment_order/__init__.py b/account_ebics_payment_order/__init__.py index fcc96f7..0650744 100644 --- a/account_ebics_payment_order/__init__.py +++ b/account_ebics_payment_order/__init__.py @@ -1,4 +1 @@ -# Copyright 2009-2017 Noviat. -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). - from . import models