pcm-shared-components 0.0.215 → 0.0.217

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1431,6 +1431,9 @@
1431
1431
  "payment_card_intent_title": "Enter Card Information",
1432
1432
  "section_title": "Online Stripe Payment Cards"
1433
1433
  },
1434
+ "platform_plan_feature": {
1435
+ "no_access": "Your current plan doesn't include this feature. "
1436
+ },
1434
1437
  "pos": {
1435
1438
  "msg": {
1436
1439
  "out_of_stock": "This product cannot be added because it's out of stock."
@@ -1431,6 +1431,9 @@
1431
1431
  "payment_card_intent_title": "Ingrese la información de la tarjeta",
1432
1432
  "section_title": "Tarjetas de pago en línea Stripe"
1433
1433
  },
1434
+ "platform_plan_feature": {
1435
+ "no_access": "Su plan actual no incluye esta función."
1436
+ },
1434
1437
  "pos": {
1435
1438
  "msg": {
1436
1439
  "out_of_stock": "Este producto no se puede agregar porque está agotado."
@@ -1431,6 +1431,9 @@
1431
1431
  "payment_card_intent_title": "Entrez les informations de la carte",
1432
1432
  "section_title": "Carte de paiement Stripe En ligne"
1433
1433
  },
1434
+ "platform_plan_feature": {
1435
+ "no_access": "Votre forfait actuel n'inclut pas cette fonctionnalité."
1436
+ },
1434
1437
  "pos": {
1435
1438
  "msg": {
1436
1439
  "out_of_stock": "Ce produit ne peut pas être ajouté car il est en rupture de stock."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "0.0.215",
3
+ "version": "0.0.217",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {