From 62e3b2cfe67c697c9a8392b2c34fb0f15b2e0e81 Mon Sep 17 00:00:00 2001 From: Moby von Briesen Date: Tue, 6 Jun 2023 18:32:33 -0400 Subject: [PATCH] web/satellite: enable customers to purchase packages after onboarding This change allows users who are eligible to purchase a package plan to do so, even if they missed the opportunity during onboarding. Now, if the user is eligible, an opportunity to select a package for purchase is presented as part of the upgrade modal. Issue: https://github.com/storj/storj/issues/5932 Change-Id: I45575274839701bf7b80815330a4ae86a1d32093 --- .../components/modals/PricingPlanModal.vue | 10 +- .../upgradeAccountFlow/PricingPlanStep.vue | 108 ++++++++++++++++++ .../UpgradeAccountModal.vue | 52 ++++++++- .../upgradeAccountFlow/UpgradeInfoStep.vue | 2 + 4 files changed, 168 insertions(+), 4 deletions(-) create mode 100644 web/satellite/src/components/modals/upgradeAccountFlow/PricingPlanStep.vue diff --git a/web/satellite/src/components/modals/PricingPlanModal.vue b/web/satellite/src/components/modals/PricingPlanModal.vue index abcf1867b..d838a58c4 100644 --- a/web/satellite/src/components/modals/PricingPlanModal.vue +++ b/web/satellite/src/components/modals/PricingPlanModal.vue @@ -6,7 +6,7 @@ @@ -30,9 +34,12 @@