diff --git a/docs/api/10-widget/installment-payment.mdx b/docs/api/10-widget/installment-payment.mdx index 91c520c..f6c2d55 100644 --- a/docs/api/10-widget/installment-payment.mdx +++ b/docs/api/10-widget/installment-payment.mdx @@ -22,7 +22,7 @@ sidebar_position: 1 |---------|---------|---------|---------| |data-amount | decimal | Sí | Cantidad a financiar **en céntimos**. Este campo se puede omitir si se usa [`data-price`](../../widget#precio-variable). |data-currency | [ISO 4217](https://es.wikipedia.org/wiki/ISO_4217) | Sí | Moneda en la que se venderá el artículo. -|data-country | [ISO 3166-1](https://es.wikipedia.org/wiki/ISO_3166-1) | Sí | País donde aplicará la venta. +|data-country | [ISO 3166-1](https://es.wikipedia.org/wiki/ISO_3166-1) | Sí | País donde aplicará la venta. Se admite el valor `ES` para España y `PT` para Portugal. |data-view | enum | No | Vista dónde se incluye el widget, corresponde con la pestaña de personalización del [panel de control](https://vendors.aplazame.com/). Los posibles valores son: `product`, `cart`. Por omisión se usará: `product`. diff --git a/i18n/en/docusaurus-plugin-content-docs/current/api/10-widget/installment-payment.mdx b/i18n/en/docusaurus-plugin-content-docs/current/api/10-widget/installment-payment.mdx index 258468e..75f3e1c 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/api/10-widget/installment-payment.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/api/10-widget/installment-payment.mdx @@ -22,7 +22,7 @@ keywords: [installments widget] |---------|---------|---------|---------| |data-amount | decimal | Yes | Quantity to be financed **in cents**. This field can be omitted if the data-price is used.[`data-price`](../../widget#variable-price). |data-currency | [ISO 4217](https://es.wikipedia.org/wiki/ISO_4217) | Yes | Currency in which the item will be sold. -|data-country | [ISO 3166-1](https://es.wikipedia.org/wiki/ISO_3166-1) | Yes | Country where the sale will apply. +|data-country | [ISO 3166-1](https://es.wikipedia.org/wiki/ISO_3166-1) | Yes | Country where the sale will apply. Admits `ES` for Spain and `PT` for Portugal. |data-view | enum | No | The view where the widget is included corresponds to the customisation tab of the [control panel](https://vendors.aplazame.com/). The possible values are: `product` (by default) and `cart`.