File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 4.10.1] = 2025-10-23
9+
10+ ### Added
11+
12+ - Added fields to ` Customer ` model: ` DefaultInvoiceUse ` .
13+
814## [ 4.10.0] - 2025-09-04
915
1016### Added
Original file line number Diff line number Diff line change @@ -16,5 +16,6 @@ public class Customer
1616 public DateTime SatValidatedAt { get ; set ; }
1717 public string EditLink { get ; set ; }
1818 public DateTime EditLinkExpiresAt { get ; set ; }
19+ public string DefaultInvoiceUse { get ; set ; }
1920 }
2021}
Original file line number Diff line number Diff line change 1111 API Keys creando una cuenta gratuita en https://www.facturapi.io</Summary >
1212 <PackageTags >factura factura-electronica cfdi facturapi mexico conekta</PackageTags >
1313 <Title >Facturapi</Title >
14- <Version >4.10.0 </Version >
14+ <Version >4.10.1 </Version >
1515 <PackageVersion >$(Version)</PackageVersion >
1616 <Owners >Facturapi</Owners >
1717 <ApplicationIcon >facturapi.ico</ApplicationIcon >
You can’t perform that action at this time.
0 commit comments