Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/10-widget/installment-payment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`.


Expand Down