Skip to content

Commit

Permalink
Added error codes for funding sources errors
Browse files Browse the repository at this point in the history
  • Loading branch information
christian.casado committed Aug 7, 2024
1 parent ddb4f08 commit 20a9dec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/constants/error-code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ export type ErrorCode =
| "unspecified"
| "verification_failure"
| "warehouse_conflict"
| "webhook_event_type_conflict";
| "webhook_event_type_conflict"
| "funding_source_missing_configuration"
| "funding_source_error";

0 comments on commit 20a9dec

Please sign in to comment.