mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
fix(connector): [Trustpay] Add missing error code (#2212)
This commit is contained in:
committed by
GitHub
parent
2a9e09d812
commit
e4b3cc7905
@ -437,6 +437,7 @@ fn is_payment_failed(payment_status: &str) -> (bool, &'static str) {
|
||||
"800.100.190" => (true, "Transaction declined (invalid configuration data)"),
|
||||
"800.100.202" => (true, "Account Closed"),
|
||||
"800.120.100" => (true, "Rejected by throttling"),
|
||||
"800.300.102" => (true, "Country blacklisted"),
|
||||
"800.300.401" => (true, "Bin blacklisted"),
|
||||
"800.700.100" => (
|
||||
true,
|
||||
|
||||
Reference in New Issue
Block a user