fix(connector): [Trustpay] Add missing error code (#2212)

This commit is contained in:
Sangamesh Kulkarni
2023-09-21 12:42:06 +05:30
committed by GitHub
parent 2a9e09d812
commit e4b3cc7905

View File

@ -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,