Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Initially, Viniswap only accepted purchases from Argentina. This section describes the steps needed to add new redeem countries and modify redeem pricing.

Include a new section referencing the country and provinces.

Countries are indicated by the telephone country code.

Provinces or states are listed alphabetically.

  1. Edit all the files openvino-api/languages/??.json

    "countries": {

      "1": {

        "name": "España",

        "province": {

          "1": "Andalucía",

          "2": "Aragón",

          "3": "Asturias",

          "4": "Islas Baleares",

          "5": "Canarias",

          "6": "Cantabria",

          "7": "Castilla La Mancha",

          "8": "Castilla y León",

          "9": "Catalunya",

          "10": "Valencia",

          "11": "Extremadura",

          "12": "Galicia",

          "13": "La Rioja",

          "14": "Madrid",

          "15": "Murcia",

          "16": "Navarra",

          "17": "País Vasco",

          "18": "Ceuta",

          "19": "Melilla"

        }

      },

  • No labels