NTP-66601 | Anmol Agrawal | Adding events for old turbocheckout (#16326)
This commit is contained in:
@@ -137,7 +137,7 @@ abstract class BasePaymentActivity :
|
||||
)
|
||||
|
||||
paymentSharedVM.triggerOnPaymentSdkExitEvent()
|
||||
paymentManager.postPaymentStatusV2(statusData, true)
|
||||
paymentManager.postPaymentStatusV2(statusData, screenName, true)
|
||||
}
|
||||
|
||||
private fun onPaymentFailure(
|
||||
@@ -169,7 +169,7 @@ abstract class BasePaymentActivity :
|
||||
)
|
||||
|
||||
paymentSharedVM.triggerOnPaymentSdkExitEvent()
|
||||
paymentManager.postPaymentStatusV2(statusData, true)
|
||||
paymentManager.postPaymentStatusV2(statusData, screenName, true)
|
||||
}
|
||||
|
||||
private fun sendPaymentCompletionEvent(
|
||||
|
||||
@@ -754,6 +754,7 @@ class DigitalGoldHomeActivity :
|
||||
paymentManager.getPaymentMethodsV2(
|
||||
sipCreationResponse.token!!,
|
||||
PaymentPrefetchMethodRequest(),
|
||||
source = screenName,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -241,6 +241,7 @@ class DigitalGoldSetupSipFragment :
|
||||
paymentManager.getPaymentMethodsV2(
|
||||
sipCreationResponse.token!!,
|
||||
PaymentPrefetchMethodRequest(),
|
||||
source = screenName,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -231,6 +231,7 @@ class DigitalGoldSipDetailsFragment :
|
||||
paymentManager.getPaymentMethodsV2(
|
||||
sipCreationResponse.token!!,
|
||||
PaymentPrefetchMethodRequest(),
|
||||
source = screenName,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user