DEM 2 1.0.409 Release Notes
Released 13.08.2020
This release continues to improve existing features while introducing a few significant feature contributions.
What's new
Bug fixed
Staging
Halk
External
- 710, 773, 912, 920, 1005,
- 1154, 1225, 1228, 1229, 1245,
- 1264, 1267, 1279, 1290, 1291,
- 1295, 1298, 1305, 1367, 1383,
- 1396, 1431, 1432, 1434, 1436,
- 1442, 1464, 1465, 1466, 1467
Nova
We expanded CreditCardFacility.cs
/// <summary>
/// Amount of total debt that can be revolved
/// </summary>
[DataMember(Name = "revolving-amount", EmitDefaultValue = false)]
public decimal? RevolvingAmount { get; set; }
/// <summary>
/// Next date when monthly payment for the card should be made
/// </summary>
[DataMember(Name = "next-installment-date", EmitDefaultValue = false)]
public DateTime? NextInstallmentDate { get; set; }
Configuration
New key
- FactoryConfig_AllowMultipleDeviceRegistration - Enables/disables multiple device registration; If set to true, multiple device registration will be allowed. If set to false, active device will be unregistered and then, new registered.
Latest application on AppCentar
Halk - SxS MToken - SC 24x7 UAT
DEM V2 - Staging - SxS on Halk test
DEM V2 - Demo - SxS on Halk test
Packages (409)
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