Remove remaining commercial payment leftovers from public repo#332
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Motivation
commandlayer-orgrepo so it surfaces only public protocol, docs, and verifier code.commandlayer/commercial.Description
lib/stripe-client.js,lib/x402ProviderVerification.js,api/examples/x402-paid-action.js, theexamples/x402-paid-action-receiptexample folder, and related teststests/api-x402-paid-action.test.jsandtests/x402-paid-action-receipt.test.js.db/migrations/002_claim_status_machine.sql,db/migrations/003_agent_cards.sql, anddb/migrations/004_payments.sql, keeping only the minimal intake migrationdb/migrations/001_claim_requests.sql.X402_PROVIDER_*env docs fromdocs/ops/environment.md, removed x402 endpoint links frompublic/integrations.htmlandpublic/proof-flow-composer.html, and updatedscripts/check-local-links.mjsto drop the removed route from the allowlist.stripefrompackage.jsondependencies and committed the changes.api/agent-cards/card.jsand the public schemas and manifests intact.Testing
npm testwhich executed the test suite and reports65tests passed,0failed, and all suites completed successfully.npm install --package-lock-onlywas attempted but failed due to an external registry403 Forbiddenin this environment; this is an environment/network restriction and did not affect the test run or repository edits.Codex Task