Skip to content

Release v1.1.1

Choose a tag to compare

@Erfan4708 Erfan4708 released this 11 Mar 13:06
· 93 commits to main since this release

Release notes:

Added: TransactionId property to the invoice model.

Changed:
Type property is now an InvoiceType enum instead of a string.
Payment property has been converted into a list of payments for better handling of multiple transactions.

Removed: Status property (no longer needed).

Added: Description property for additional invoice details.

Invoice Methods Update:
All related invoice methods now support filtering by InvoiceType.
Moved TransactionId from Invoice to Payment and changed its type to string for consistency.
Fixed getInvoice methods to support multiple invoice entries properly.
Changed query joins in GetMappedInvoicesBySearch from INNER JOIN to LEFT JOIN to prevent data loss when some related records are missing.
Fixed a syntax error by removing an unnecessary semicolon at the end of a query.