MDM, CHAT, MSE_API

This commit is contained in:
2024-09-27 09:56:50 +02:00
parent 6da48a608c
commit ba73d87854
14 changed files with 412 additions and 255 deletions

View File

@@ -1139,8 +1139,11 @@ Public Class cMSEAPI
'R("distance_km") = transaction.StringOf("distance_km")
If ((transaction.StringOf("device_product_type") = "" Or transaction.StringOf("device_product_type") = "null") And CDbl(transaction.StringOf("msts_fee_amount").Replace(".", ",")) <> 0) Then
R("device_product_type") = transaction.StringOf("transaction_product_name")
If (CDbl(transaction.StringOf("msts_fee_amount").Replace(".", ",")) <> 0) Then
If (transaction.StringOf("device_product_type") = "" Or transaction.StringOf("device_product_type") = "null") Then
R("device_product_type") = transaction.StringOf("transaction_product_name")
End If
End If
If ((transaction.StringOf("device_product_type") = "" Or transaction.StringOf("device_product_type") = "null") And transaction.StringOf("transaction_product_name") = "Charge - HU-GO SIM card fee") Then