NTP-58492 | Added device fingerprint in validate VPA request (#15936)
This commit is contained in:
@@ -16,4 +16,5 @@ data class ValidateVpaRequest(
|
||||
@SerializedName("modeOfPayment") val modeOfPayment: String? = null,
|
||||
@SerializedName("merchantCustomerId") val merchantCustomerId: String? = null,
|
||||
@SerializedName("provider") val pspType: PspType? = null,
|
||||
@SerializedName("deviceFingerPrint") val deviceFingerPrint: String? = null,
|
||||
)
|
||||
|
||||
@@ -120,6 +120,8 @@ constructor(
|
||||
pspType = selectedPsp,
|
||||
merchantCustomerId =
|
||||
customerOnboardingEntity?.merchantCustomerId,
|
||||
deviceFingerPrint =
|
||||
customerOnboardingEntity?.deviceFingerPrint,
|
||||
),
|
||||
metricInfo = getMetricInfo(screenName = screenName),
|
||||
)
|
||||
@@ -140,6 +142,8 @@ constructor(
|
||||
pspType = selectedPsp,
|
||||
merchantCustomerId =
|
||||
customerOnboardingEntity?.merchantCustomerId,
|
||||
deviceFingerPrint =
|
||||
customerOnboardingEntity?.deviceFingerPrint,
|
||||
),
|
||||
metricInfo = getMetricInfo(screenName = screenName),
|
||||
)
|
||||
|
||||
@@ -14,4 +14,5 @@ data class PayToContactRequest(
|
||||
@SerializedName("payeeMobileNumber") val payeeMobileNumber: String,
|
||||
@SerializedName("merchantCustomerId") val merchantCustomerId: String? = null,
|
||||
@SerializedName("provider") val pspType: PspType? = null,
|
||||
@SerializedName("deviceFingerPrint") val deviceFingerPrint: String? = null,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user