Skip to content

Commit 1e7d4e2

Browse files
chore(fxa): Remove the "Firefox Fortress" service
Because: * We don't have a need for Fortress anymore. This commit: * Removes the Firefox Fortress service Closes #PAY-267
1 parent 362fb5d commit 1e7d4e2

67 files changed

Lines changed: 47 additions & 724 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ packages/fxa-dev-launcher
2020
packages/fxa-content-server/dist
2121
packages/fxa-settings/build/dev
2222
packages/123done
23-
packages/fortress
2423
packages/functional-tests
2524

2625
# Ignore generated credentials from google-github-actions/auth

_scripts/ports.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
9000 # auth-server key server
99
3030 # content-server
1010
1111 # profile-server
11-
9292 # Fortress
1211
8080 # 123done
1312
10139 # 321done
1413
3031 # payments server
-98 Bytes
Binary file not shown.

assets/product-icons/firefox-fortress-web-icon.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/adr/0045-testing-updates-and-recommendations.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ A. Unify Testing Frameworks
163163
4 db-migrations
164164
3 fxa-geodb
165165
2 fxa-profile-server
166-
2 fortress
167166
2 123done
168167
1 browserid-verifier
169168

libs/accounts/email-renderer/src/layouts/subscription/index.stories.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const LayoutMultipleProducts = createStory(
3535
{
3636
subscriptions: [
3737
{
38-
productName: 'Firefox Fortress',
38+
productName: '123Done Pro',
3939
},
4040
{
4141
productName: 'Mozilla VPN',
@@ -49,7 +49,7 @@ export const LayoutMultipleProductsWithBrandMessaging = createStory(
4949
{
5050
subscriptions: [
5151
{
52-
productName: 'Firefox Fortress',
52+
productName: '123Done Pro',
5353
},
5454
{
5555
productName: 'Mozilla VPN',

libs/accounts/email-renderer/src/templates/downloadSubscription/index.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default {
1313
const data = {
1414
icon: 'https://cdn.accounts.firefox.com/product-icons/mozilla-vpn-email.png',
1515
link: 'http://getfirefox.com/',
16-
productName: 'Firefox Fortress',
16+
productName: '123Done Pro',
1717
subscriptionSupportUrl: 'http://localhost:3030/support',
1818
playStoreLink:
1919
'https://play.google.com/store/apps/details?id=org.mozilla.firefox',

libs/accounts/email-renderer/src/templates/subscriptionAccountDeletion/index.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default {
1111
} as Meta;
1212

1313
const data = {
14-
productName: 'Firefox Fortress',
14+
productName: '123Done Pro',
1515
isCancellationEmail: true,
1616
invoiceTotal: '$20',
1717
invoiceDateOnly: '11/13/2021',

libs/accounts/email-renderer/src/templates/subscriptionCancellation/index.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default {
1111
} as Meta;
1212

1313
const data = {
14-
productName: 'Firefox Fortress',
14+
productName: '123Done Pro',
1515
isCancellationEmail: true,
1616
invoiceTotal: '$2,000.00',
1717
invoiceDateOnly: '11/13/2021',

libs/accounts/email-renderer/src/templates/subscriptionEndingReminder/index.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default {
1111
} as Meta;
1212

1313
const data = {
14-
productName: 'Firefox Fortress',
14+
productName: '123Done Pro',
1515
serviceLastActiveDateOnly: 'July 15, 2025',
1616
accountSettingsUrl: 'http://localhost:3030/settings',
1717
subscriptionSupportUrlWithUtm: 'http://localhost:3030/support',

0 commit comments

Comments
 (0)