Add Creem and expanded Stripe billing emulation - #194
Open
Ansonhkg wants to merge 3 commits into
Open
Conversation
Signed-off-by: ansonhkg <Ansonhkg@users.noreply.github.com>
Contributor
|
@Ansonhkg is attempting to deploy a commit to the Vercel Labs Team on Vercel. A member of the Team first needs to authorize it. |
Ansonhkg
marked this pull request as ready for review
July 31, 2026 11:13
Signed-off-by: ansonhkg <Ansonhkg@users.noreply.github.com>
Signed-off-by: ansonhkg <Ansonhkg@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Why
Applications need realistic local billing flows without sending requests to Stripe or Creem. The existing Stripe emulator did not model the subscription response shapes and lifecycle events required by YapHaus, and Creem was not available as an emulated service.
Impact
Developers can run subscription checkout, webhook delivery, retrieval, and cancellation locally using test state. No real payment is processed.
Validation
pnpm --filter @emulators/creem... buildpnpm --filter @emulators/stripe... buildpnpm --filter @emulators/creem testwith 2 tests passingpnpm --filter @emulators/stripe testwith 23 tests passingpnpm --filter @emulators/creem type-checkpnpm --filter @emulators/stripe type-checkgit diff --check upstream/main...HEAD