fix: add default error type for "payment-required" condition
This commit is contained in:
parent
05860f71ac
commit
a9fc955eda
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user