From 538fa11636e0601d04300168a4c8979b805758c7 Mon Sep 17 00:00:00 2001 From: Moby von Briesen Date: Tue, 15 Feb 2022 15:16:04 -0500 Subject: [PATCH] web/satellite: Fix payment banner amount Update payment banner to use 150GB as the free tier limits rather than 50GB. Fixes #4519 Change-Id: Idb35aeecf52fcf7ab0b38b8ecffe0fc99cec09d0 --- .../account/billing/paymentMethods/PaymentsBonus.vue | 2 +- .../paymentMethods/__snapshots__/PaymentMethods.spec.ts.snap | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/satellite/src/components/account/billing/paymentMethods/PaymentsBonus.vue b/web/satellite/src/components/account/billing/paymentMethods/PaymentsBonus.vue index 4288b5dad..a20811c35 100644 --- a/web/satellite/src/components/account/billing/paymentMethods/PaymentsBonus.vue +++ b/web/satellite/src/components/account/billing/paymentMethods/PaymentsBonus.vue @@ -18,7 +18,7 @@ Add a Payment Method to Get Started

- Your first 50GB are free. You will not be charged until you use more than 50GB. + Your first 150GB are free. You will not be charged until you use more than 150GB.

diff --git a/web/satellite/tests/unit/account/billing/paymentMethods/__snapshots__/PaymentMethods.spec.ts.snap b/web/satellite/tests/unit/account/billing/paymentMethods/__snapshots__/PaymentMethods.spec.ts.snap index d87c6d227..ac61fc586 100644 --- a/web/satellite/tests/unit/account/billing/paymentMethods/__snapshots__/PaymentMethods.spec.ts.snap +++ b/web/satellite/tests/unit/account/billing/paymentMethods/__snapshots__/PaymentMethods.spec.ts.snap @@ -98,7 +98,7 @@ exports[`PaymentMethods renders correctly after add STORJ and cancel click 2`] = Add a Payment Method to Get Started

- Your first 50GB are free. You will not be charged until you use more than 50GB. + Your first 150GB are free. You will not be charged until you use more than 150GB.

@@ -278,7 +278,7 @@ exports[`PaymentMethods renders correctly without card 1`] = ` Add a Payment Method to Get Started

- Your first 50GB are free. You will not be charged until you use more than 50GB. + Your first 150GB are free. You will not be charged until you use more than 150GB.