Skip to content

Commit

Permalink
fix/auth
Browse files Browse the repository at this point in the history
  • Loading branch information
awasthi21 committed Oct 21, 2024
1 parent 0dba763 commit 7bed86d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1557,7 +1557,9 @@ async fn payment_response_update_tracker<F: Clone, T: types::Capturable>(
None
};

if router_data.status == enums::AttemptStatus::Charged {
if router_data.status == enums::AttemptStatus::Charged
|| router_data.status == enums::AttemptStatus::Authorized
{
payment_data
.payment_intent
.fingerprint_id
Expand Down

0 comments on commit 7bed86d

Please sign in to comment.