fix packages issue
Build & Deploy / Build & Push Docker Image (push) Failing after 22s
Build & Deploy / Deploy to VPS (push) Has been skipped
Test / Type Check (all packages) (push) Failing after 9m36s
Test / API Unit Tests (push) Has been skipped
Test / Homepage Unit Tests (push) Has been skipped
Test / Storefront Unit Tests (push) Has been skipped
Test / Admin Unit Tests (push) Has been skipped
Test / Dashboard Unit Tests (push) Has been skipped
Test / API Integration Tests (push) Has been skipped
Build & Deploy / Build & Push Docker Image (push) Failing after 22s
Build & Deploy / Deploy to VPS (push) Has been skipped
Test / Type Check (all packages) (push) Failing after 9m36s
Test / API Unit Tests (push) Has been skipped
Test / Homepage Unit Tests (push) Has been skipped
Test / Storefront Unit Tests (push) Has been skipped
Test / Admin Unit Tests (push) Has been skipped
Test / Dashboard Unit Tests (push) Has been skipped
Test / API Integration Tests (push) Has been skipped
This commit is contained in:
@@ -20,27 +20,27 @@ export interface PricingCommercialConfig {
|
||||
* included limits, onboarding policy, taxes, and annual billing terms.
|
||||
*/
|
||||
export const pricingCommercialConfig: PricingCommercialConfig = {
|
||||
currency: 'USD',
|
||||
currency: 'MAD',
|
||||
annualDiscountPercent: null,
|
||||
publicPricesApproved: false,
|
||||
monthlyPrices: {
|
||||
launch: {
|
||||
small: null,
|
||||
growing: null,
|
||||
scale: null,
|
||||
enterprise: null,
|
||||
small: 50,
|
||||
growing: 50,
|
||||
scale: 50,
|
||||
enterprise: 50,
|
||||
},
|
||||
growth: {
|
||||
small: null,
|
||||
growing: null,
|
||||
scale: null,
|
||||
enterprise: null,
|
||||
small: 200,
|
||||
growing: 200,
|
||||
scale: 200,
|
||||
enterprise: 200,
|
||||
},
|
||||
enterprise: {
|
||||
small: null,
|
||||
growing: null,
|
||||
scale: null,
|
||||
enterprise: null,
|
||||
small: 500,
|
||||
growing: 500,
|
||||
scale: 500,
|
||||
enterprise: 500,
|
||||
},
|
||||
},
|
||||
recommendedPlanByFleetBand: {
|
||||
|
||||
Reference in New Issue
Block a user