misc: re-export PaymentException from eopayment

This commit is contained in:
Benjamin Dauvergne 2020-04-10 15:36:48 +02:00
parent 7e7373412c
commit 377305a8d1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import pytz
from .common import ( # noqa: F401
URL, HTML, FORM, RECEIVED, ACCEPTED, PAID, DENIED,
CANCELED, CANCELLED, ERROR, WAITING, force_text,
ResponseError,
ResponseError, PaymentException,
)
__all__ = ['Payment', 'URL', 'HTML', 'FORM', 'SIPS', 'SYSTEMPAY', 'SPPLUS',