MDM, CHAT, MSE_API
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user