NTP-62756 | Shiv Natani | added default value for requestId (#16169)

This commit is contained in:
Shiv Natani
2025-05-14 17:21:46 +05:30
committed by GitHub
parent 4a21f30798
commit 779e81ed77

View File

@@ -17,7 +17,7 @@ import kotlinx.parcelize.Parcelize
data class PaymentSdkInitParams(
val token: String,
val mintToken: Boolean = false,
val requestId: String?,
val requestId: String? = null,
var paymentPreFetchMethodRequest: PaymentPrefetchMethodRequest? = null,
/**
* For screenType by default the screen will be NaviPaymentScreen or else it has