TP-60055 | PS | removed payment manager from basePaymentActivity (#10079)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user