Skip to content

Commit d8d39bd

Browse files
author
christian.casado
committed
Added error codes for funding sources errors
1 parent 20a9dec commit d8d39bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/constants/error-type.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ export type ErrorType =
99
| "security"
1010
| "validation"
1111
| "business_rules"
12-
| "system";
12+
| "system"
13+
| "wallet"
14+
| "funding_sources";

0 commit comments

Comments
 (0)