Skip to content

Commit c1ca171

Browse files
authored
25223 - Manage EFT to pay web, remove manage eft from auth (#3246)
1 parent 9c39b50 commit c1ca171

35 files changed

+22
-5519
lines changed

auth-web/.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ VUE_APP_SITEMINDER_LOGOUT_URL="https://logontest7.gov.bc.ca/clp-cgi/logoff.cgi"
2626
VUE_APP_NAME_REQUEST_URL="https://dev.names.bcregistry.gov.bc.ca/"
2727
VUE_APP_DIRECTOR_SEARCH_URL="https://dev.bcregistry.ca/directorsearch/"
2828
VUE_APP_FAS_WEB_URL="https://fas-dev.apps.silver.devops.gov.bc.ca/"
29+
VUE_APP_PAY_WEB_URL="https://pay-web-dev.web.app/"
2930
VUE_APP_API_DOCUMENTATION_URL="https://developer.api.bcregistry.gov.bc.ca/apis-summary/"
3031
VUE_APP_PPR_WEB_URL="https://dev.assets.bcregistry.gov.bc.ca/"
3132
VUE_APP_BCEID_OSD_LINK="https://www.development.bceid.ca/os/?3083&SkipTo=Basic"

auth-web/devops/vaults.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ VUE_APP_SITEMINDER_LOGOUT_URL="op://web-url/$APP_ENV/siteminder/SITEMINDER_LOGOU
2121
VUE_APP_NAME_REQUEST_URL="op://web-url/$APP_ENV/name-request/NAME_REQUEST_URL"
2222
VUE_APP_DIRECTOR_SEARCH_URL="op://web-url/$APP_ENV/director-search/DIRECTOR_SEARCH_URL"
2323
VUE_APP_FAS_WEB_URL="op://web-url/$APP_ENV/fas-ui/FAS_WEB_URL"
24+
VUE_APP_PAY_WEB_URL="op://web-url/$APP_ENV/fas-ui/PAY_WEB_URL"
2425
VUE_APP_API_DOCUMENTATION_URL="op://web-url/$APP_ENV/api-document/API_DOCUMENTATION_URL"
2526
VUE_APP_PPR_WEB_URL="op://web-url/$APP_ENV/ppr-ui/PPR_WEB_URL"
2627
VUE_APP_BCEID_OSD_LINK="op://web-url/$APP_ENV/bceid/BCEID_URL"

auth-web/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

auth-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth-web",
3-
"version": "2.8.2",
3+
"version": "2.8.3",
44
"appName": "Auth Web",
55
"sbcName": "SBC Common Components",
66
"private": true,

auth-web/src/assets/scss/ShortnameTables.scss

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)