You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(keychain): align credits purchase with stripe graphql (#2483)
## Summary
Update the generated keychain payment GraphQL types to match the latest
internal Stripe schema.
Keep credits purchases working by removing the deleted `purchaseType`,
`starterpackId`, and `username` inputs from the credits Stripe and
Layerswap requests.
Move the purchase UI enum out of the generated API types so the credits
purchase routes still compile after the schema change.
## Validation
- `pnpm --filter @cartridge/keychain format:check`
- `pnpm --filter @cartridge/keychain lint`
- `pnpm --filter @cartridge/keychain build`
0 commit comments