TP-60055 | PS | removed payment manager from basePaymentActivity (#10079)

This commit is contained in:
Prakhar Saxena
2024-03-11 13:49:59 +05:30
committed by GitHub
parent fb4d45d489
commit 33b41dee0c

View File

@@ -39,7 +39,6 @@ abstract class BasePaymentActivity :
AmcBaseActivity(), PaymentResultWithDataListener, CFCheckoutResponseCallback {
val sharedVM by viewModels<PaymentSharedVM>()
private val paymentVM by viewModels<PaymentManager>()
abstract override val screenName: String
abstract override val moduleName: ModuleNameV2
private var provider: Any? = null