From 90be6de4a9635cf68acdc1e230cc20100882c04c Mon Sep 17 00:00:00 2001 From: Angela Tran Date: Thu, 7 Dec 2023 15:16:20 +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 | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/benefits/enrollment/templates/enrollment/index.html b/benefits/enrollment/templates/enrollment/index.html index 4a543f09e9..b2fdeee0dc 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 5d5cd52d60..b7089bc56b 100644 --- a/docs/use-cases/system-use-cases.md +++ b/docs/use-cases/system-use-cases.md @@ -12,7 +12,7 @@ The use cases documented on this page focus on how the system is supposed to wor - Transit rider has their contactless card information available - Benefits app is able to contact the payment processor -**Trigger**: Transit rider initiates the enrollment process +**Trigger**: Transit rider initiates the enrollment phase **Basic flow**: @@ -22,8 +22,8 @@ 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 - - 3a1. Transit rider chooses to retry, starting back at initiating the enrollment process +- 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 phase - 3b1. Transit rider leaves the Benefits app **Postconditions**: