DEM 2 1.0.617 Release Notes
Released 08.09.2022
This release continues to improve existing features while introducing a few significant feature contributions.
What's new
- We expanded Transfer model of Payment API with following property:
[DataMember(Name = "status-reason-info", EmitDefaultValue = false)]
public string StatusReasonInfo { get; set; }
- We added new model LetterOfGuarantee for Arrangement API:
namespace AssecoSEE.Rest.ArrangementAPI.DataContracts.Models
{
[DataContract(Name = "letter-of-guarantee", Namespace = "arrangement")]
[XmlRoot(Namespace = "http://asseco-see.rs/arrangement")]
public class LetterOfGuarantee : AccountArrangement
{
[DataMember(Name = "maturity-date", EmitDefaultValue = false)]
public DateTime? MaturityDate { get; set; }
[DataMember(Name = "term", EmitDefaultValue = false)]
public string Term { get; set; }
}
}
Payment with CAS
- Some improvements regarding CAS payment and CAS registration are made
Halk
- Design changes
- Other changes and fixes
Retail - Bug fixed on SharePoint External
- 484052(partially), 477158
SME - Bug fixed on SharePoint External
- 51, 145, 378, 492, 493,
- 514, 516, 528, 540, 558
Bug fixed
Staging
POBA
- 1333
Latest application on AppCentar
Halk - SxS MToken - SC 24x7 UAT
Halk SME - SxS MToken - SC 24x7 UAT
DEM V2 - Staging - SxS on Halk test
DEM V2 - Demo - SxS on Halk test
Packages (617)
Contributions welcome!
If you have one or more of some common pieces of code that you are always replicating across delivery apps, don't hesitate to contribute! We are the first NuGet package you install when creating a new .Net Mobile banking app!
Please have a look at our contribution guide before you get started.
If you need any help getting started, please let us know.
Useful Links
Thank you to our community for helping to make DEM even better! Mobile Team