diff --git a/src/platform/cloud/subscription/components/PricingTable.vue b/src/platform/cloud/subscription/components/PricingTable.vue index 74b8ae170c..2569c7584a 100644 --- a/src/platform/cloud/subscription/components/PricingTable.vue +++ b/src/platform/cloud/subscription/components/PricingTable.vue @@ -231,7 +231,7 @@ const initiateCheckout = async (tierKey: TierKey) => { ) } - return response.json() + return await response.json() } const handleSubscribe = wrapWithErrorHandlingAsync(