tipi: update TIPI_URL (#30272)

This commit is contained in:
Benjamin Dauvergne 2019-01-31 16:23:08 +01:00
parent d5d31b35f4
commit 354815c502
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ from .systempayv2 import isonow
__all__ = ['Payment']
TIPI_URL = 'http://www.jepaiemesserviceslocaux.dgfip.finances.gouv.fr/tpa/paiement.web'
TIPI_URL = 'https://www.tipi.budget.gouv.fr/tpa/paiement.web'
LOGGER = logging.getLogger(__name__)