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-allowed",
"not-authorized",
"payment-required",
"policy-violation",
"recipient-unavailable",
"redirect",