Fixed price

pull/6161/head^2
Cagatay Civici 2024-08-21 12:25:05 +03:00
parent f4c0ac4939
commit 9ca5705338
1 changed files with 4 additions and 4 deletions

View File

@ -48,14 +48,14 @@ export default {
licenseDetails: [ licenseDetails: [
{ {
title: 'Basic License', title: 'Basic License',
price: '$29', price: '$49',
discount: '', discount: '$29',
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates'] included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates']
}, },
{ {
title: 'Extended License', title: 'Extended License',
price: '$290', price: '$490',
discount: '', discount: '$290',
included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates'] included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
} }
] ]