fix: return code (#3096)

* fix: return code

* fix: http error
This commit is contained in:
Daniel Salazar
2026-05-12 16:54:00 -07:00
committed by GitHub
parent 7b0dd11f7f
commit 69f87d4dcd
+1
View File
@@ -1,5 +1,6 @@
// NOT ALL OF THEM, ADD OLD ONES AS NEEDED, IF NEEDED. DO NOT ADD NEW ONES THOUGH.
export type LegacyErrorCodes =
| 'payment_account_not_set_up'
| 'unknown_error'
| 'disallowed_value'
| 'invalid_token'