Bug #46638
systempayv2: validation incorrecte des clés de test et production
Start date:
15 Sep 2020
Due date:
% Done:
0%
Estimated time:
Patch proposed:
Yes
Planning:
No
Description
La validation est:
lambda value: str.isdigit(value)
alors que les clés peuvent contenir des lettres. Exemples: https://venissieux-test.demarches.sitiv.fr/manage/lingo/paymentbackends/2/edit ou le document https://dev.entrouvert.org/attachments/download/47787/boutique_spplus.pdf
Files
Associated revisions
History
Updated by Serghei Mihai 4 months ago
- File 0001-ststempayv2-accept-alphanum-in-test-and-production-s.patch 0001-ststempayv2-accept-alphanum-in-test-and-production-s.patch added
- Status changed from Nouveau to Solution proposée
- Patch proposed changed from No to Yes
Updated by Serghei Mihai 4 months ago
- Status changed from Solution validée to Résolu (à déployer)
- Assignee set to Serghei Mihai
commit f7d698c71f7dfdb9ba4570dd66d5f95698fb8b5e (HEAD -> master, origin/wip/46638-systempayv2-accept-alpnum-for-secrets, origin/master, origin/HEAD, wip/46638-systempayv2-accept-alpnum-for-secrets) Author: Serghei Mihai <smihai@entrouvert.com> Date: Tue Sep 15 09:57:41 2020 +0200 ststempayv2: accept alphanum in test and production secrets (#46638)
Updated by Frédéric Péters 4 months ago
- Status changed from Résolu (à déployer) to Solution déployée
ststempayv2: accept alphanum in test and production secrets (#46638)