DEM 2 1.0.439 Release Notes
Released 10.12.2020
This release continues to improve existing features while introducing a few significant feature contributions.
What's new
My documents
- We added one more label on document list preview - filing purpose
- Design changed
Halk
- Cross border payment specification - preview of payment specifications on transfer and template details and some other minor changes and fixes
Nova
- We extended PaymentCard model from Device API with DeliveryBranch property.
/// <summary>
/// Delivery branch for the new device.
/// </summary>
/// <value>
/// The card delivery branch.
/// </value>
/// <remarks>
/// Serialized name: delivery-branch
/// </remarks>
[DataMember(Name = "delivery-branch", EmitDefaultValue = false)]
public string DeliveryBranch { get; set; }
POBA
- We extended CrossBorderTransfer model from Payment API with following properties:
/// <summary>
/// Debtor reference such as purchase order
/// </summary>
[DataMember(Name = "debtor-reference")]
public string DebtorReference { get; set; }
/// <summary>
/// Optional debtor reference model that specifies check digit algorithm used to verify debtor reference
/// </summary>
[DataMember(Name = "debtor-reference-model")]
public string DebtorReferenceModel { get; set; }
/// <summary>
/// Optional debtor reference model that specifies check digit algorithm used to verify creditor reference
/// </summary>
[DataMember(Name = "creditor-reference-model")]
public string CreditorReferenceModel { get; set; }
Bug fixed
Staging
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 (439)
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