@facturacr/atv-sdk 1.2.9 → 1.2.10

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.
@@ -120,7 +120,7 @@ exports.default = (frontEndRequest, date, clave, consecutivo, options) => __awai
120
120
  Emisor: sender,
121
121
  Receptor: receiver,
122
122
  CondicionVenta: '01',
123
- MedioPago: '01',
123
+ MedioPago: '03',
124
124
  DetalleServicio: {
125
125
  LineaDetalle: lines
126
126
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@facturacr/atv-sdk",
3
- "version": "1.2.9",
3
+ "version": "1.2.10",
4
4
  "description": "Librería (SDK) de Javascript/NodeJS para acceder al API de Administración Tributaria Virtual (ATV) del Ministerio de Hacienda.",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -117,7 +117,7 @@ export default async (frontEndRequest: ClientPayload, date: any, clave: string,
117
117
  Emisor: sender,
118
118
  Receptor: receiver,
119
119
  CondicionVenta: '01',
120
- MedioPago: '01',
120
+ MedioPago: '03',
121
121
  DetalleServicio: {
122
122
  LineaDetalle: lines
123
123
  },