refactor(router): send 200 response for 5xx status codes received from connector (#1440)

This commit is contained in:
Sai Harsha Vardhan
2023-06-15 13:40:59 +05:30
committed by GitHub
parent ee5466a3b0
commit 1e5d2a28f6
9 changed files with 83 additions and 17 deletions

View File

@ -2072,6 +2072,7 @@ impl AttemptType {
straight_through_algorithm: old_payment_attempt.straight_through_algorithm,
mandate_details: old_payment_attempt.mandate_details,
preprocessing_step_id: None,
error_reason: None,
}
}