Skip to content

Commit

Permalink
fix/mandates
Browse files Browse the repository at this point in the history
  • Loading branch information
awasthi21 committed Oct 21, 2024
1 parent 9597215 commit bdcf39c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1556,8 +1556,9 @@ async fn payment_response_update_tracker<F: Clone, T: types::Capturable>(
} else {
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 bdcf39c

Please sign in to comment.