diff --git a/src/components/pages/AppSubscription/AppSubscriptionDetailOverlay/index.tsx b/src/components/pages/AppSubscription/AppSubscriptionDetailOverlay/index.tsx index d5ace5c51..37b72c2aa 100644 --- a/src/components/pages/AppSubscription/AppSubscriptionDetailOverlay/index.tsx +++ b/src/components/pages/AppSubscription/AppSubscriptionDetailOverlay/index.tsx @@ -109,7 +109,7 @@ const AppSubscriptionDetailOverlay = ({ const getStatus = () => { if ( - data?.processStepTypeId === ProcessStep.START_AUTOSETUP || + data?.processStepTypeId === ProcessStep.AWAIT_START_AUTOSETUP || data?.processStepTypeId === ProcessStep.TRIGGER_PROVIDER ) { return t('content.appSubscription.detailOverlay.subscriptionInitiated') diff --git a/src/components/shared/templates/Subscription/SubscriptionElements.tsx b/src/components/shared/templates/Subscription/SubscriptionElements.tsx index 001f7ab4c..9feb0d323 100644 --- a/src/components/shared/templates/Subscription/SubscriptionElements.tsx +++ b/src/components/shared/templates/Subscription/SubscriptionElements.tsx @@ -192,7 +192,9 @@ export default function SubscriptionElements({ } else if ( subscription.offerSubscriptionStatus === SubscriptionStatus.PENDING ) { - if (subscription.processStepTypeId === ProcessStep.START_AUTOSETUP) { + if ( + subscription.processStepTypeId === ProcessStep.AWAIT_START_AUTOSETUP + ) { return ( <>