@a-cube-io/ereceipts-js-sdk 2.2.5 → 2.2.6

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.
@@ -4371,7 +4371,6 @@ class ReceiptMapper {
4371
4371
  vatNumber: output.vat_number,
4372
4372
  totalTaxableAmount: output.total_taxable_amount,
4373
4373
  totalUncollectedAmount: output.total_uncollected_amount,
4374
- deductibleAmount: output.deductible_amount,
4375
4374
  totalVatAmount: output.total_vat_amount,
4376
4375
  totalDiscount: output.total_discount,
4377
4376
  totalGrossDiscount: output.total_gross_discount,