fix: add default error type for "payment-required" condition

This commit is contained in:
nicoco 2025-01-27 16:28:42 +01:00
parent 05860f71ac
commit a9fc955eda

View File

@ -96,6 +96,7 @@ ErrorConditions = Literal[
"not-acceptable", "not-acceptable",
"not-allowed", "not-allowed",
"not-authorized", "not-authorized",
"payment-required",
"policy-violation", "policy-violation",
"recipient-unavailable", "recipient-unavailable",
"redirect", "redirect",