Last active
November 19, 2019 01:57
-
-
Save javichur/e3a316b9eb2fc3a13959bbf97c3903de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
"types": [ | |
{ | |
"name": "LIST_OF_PRODUCT_NAMES", | |
"values": [ | |
{ | |
"id": "nameproductpurchase", /* id de producto comprable (isp)*/ | |
"name": { | |
"value": "suscripción premium", | |
"synonyms": [ | |
"Número ilimitado", | |
"suscripción ilimitada", | |
"extra items", | |
"Paquete de más productos" | |
... | |
] | |
} | |
} | |
] | |
} | |
] | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment