Pricing Upgrade Flow changes (#514)

* Pricing Upgrade Flow changes

* remove extra code

* Refactor subscription plan selection and billing management

* Polish the new pricing modal

---------

Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
Chirag Chhatrala
2024-08-23 15:53:01 +05:30
committed by GitHub
parent a73badb091
commit fedc382594
16 changed files with 1146 additions and 366 deletions

View File

@@ -16,7 +16,7 @@ export function useAmplitude () {
}
const logEvent = function (eventName, eventData) {
if (!config.public.env === 'production') {
if (config.public.env !== 'production') {
console.log('[DEBUG] Amplitude logged event:', eventName, eventData)
}