@@ -115,7 +115,6 @@ class PaymentService: def handle_succeeded_payment(self, payment: YookassaPaymentResponse, plan: PaymentPlan) -> None: if ( payment.payment_method.saved - and not payment.authorization_details.three_d_secure.applied and web_client.get_flag_state('recurring_payments', self.user.email) and not plan.individual ):