fix(router): check payment_method_data before the decryption flow (#9521)

This commit is contained in:
Shankar Singh C
2025-09-23 23:50:37 +05:30
committed by GitHub
parent c7ba5962c6
commit 36b057911d

View File

@ -3771,6 +3771,7 @@ where
if is_operation_confirm(operation)
&& payment_data.get_payment_attempt().payment_method
== Some(storage_enums::PaymentMethod::Wallet)
&& payment_data.get_payment_method_data().is_some()
{
let wallet_type = payment_data
.get_payment_attempt()