From 6fcb1c414f05864d90af6e05d5487c2faf317c53 Mon Sep 17 00:00:00 2001 From: Angela Tran Date: Thu, 7 Dec 2023 15:26:11 +0000 Subject: [PATCH] fix: update docs and comments to remove outdated information address verification used to be a part of the hosted verification flow, but no longer is --- benefits/enrollment/templates/enrollment/index.html | 4 ++-- docs/use-cases/system-use-cases.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/benefits/enrollment/templates/enrollment/index.html b/benefits/enrollment/templates/enrollment/index.html index 4a543f09e..b2fdeee0d 100644 --- a/benefits/enrollment/templates/enrollment/index.html +++ b/benefits/enrollment/templates/enrollment/index.html @@ -57,7 +57,7 @@

}, onTokenize: function (response) { /* This function executes when the - /* card/address verification returns + /* card verification returns /* successfully with a token from enrollment server */ amplitude.getInstance().logEvent(closedEvent, {status: "success"}); @@ -67,7 +67,7 @@

}, onVerificationFailure: function (response) { /* This function executes when the - /* card/address verification fails and server + /* card verification fails and server /* return verification failure message */ amplitude.getInstance().logEvent(closedEvent, {status: "fail"}); diff --git a/docs/use-cases/system-use-cases.md b/docs/use-cases/system-use-cases.md index 5d5cd52d6..b4d8c1e5c 100644 --- a/docs/use-cases/system-use-cases.md +++ b/docs/use-cases/system-use-cases.md @@ -22,7 +22,7 @@ The use cases documented on this page focus on how the system is supposed to wor **Alternate flows**: -- 3a. Payment processor returns with one of the following errors: address verification failed, token is invalid, or general server error +- 3a. Payment processor returns with one of the following errors: card verification failed, token is invalid, or general server error - 3a1. Transit rider chooses to retry, starting back at initiating the enrollment process - 3b1. Transit rider leaves the Benefits app