mirror of
https://github.com/Infisical/infisical.git
synced 2025-03-31 22:09:57 +00:00
update the dev stripe product id
This commit is contained in:
@ -30,7 +30,7 @@ interface Mapping {
|
||||
}
|
||||
|
||||
const plansDev: Mapping = {
|
||||
starter: 'prod_Mb4ATFT5QAHoPM',
|
||||
starter: 'prod_Nt6kPvYsVBuzVH',
|
||||
team: 'prod_NEpD2WMXUS2eDn',
|
||||
professional: 'prod_Mb4CetZ2jE7jdl',
|
||||
enterprise: 'licence_key_required'
|
||||
@ -43,6 +43,6 @@ const plansProd: Mapping = {
|
||||
enterprise: 'licence_key_required'
|
||||
};
|
||||
|
||||
export const plans = plansProd || plansDev;
|
||||
export const plans = plansDev || plansProd;
|
||||
|
||||
export const leaveConfirmDefaultMessage = 'Your changes will be lost if you leave the page. Are you sure you want to continue?';
|
||||
|
Reference in New Issue
Block a user