feat(pos-selfpay-flow): pOS selfpay: simplified pay flow with optional email receipt

This commit is contained in:
Deploy
2026-08-26 20:40:43 +02:00
parent 19f37b70e1
commit 3ccbf9f450
9 changed files with 212 additions and 27 deletions

View File

@@ -0,0 +1,13 @@
{
"feature_id": "POS-SELFPAY-FLOW",
"agent": "security",
"stage": "security_gate",
"verdict": "APPROVED",
"security_check": "security",
"summary": "Email input is optional and only used for sending receipt. No persistence.",
"checks": {
"input": "OK: email is optional, validated by browser email input.",
"storage": "OK: email is not persisted in localStorage or cookies."
},
"timestamp": "2026-08-26T18:38:05Z"
}