-
-
Notifications
You must be signed in to change notification settings - Fork 26
feat: add html payment pages for browser 402 responses #220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
tmm
wants to merge
39
commits into
main
Choose a base branch
from
tmm/html-payment-pages
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 11 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
a4144b5
feat: add html payment pages for browser 402 responses
tmm 5c6eaf9
Merge branch 'main' of https://github.com/wevm/mppx into tmm/html-pay…
tmm 7f390e6
chore: wip
tmm 6884389
refactor: setup
tmm d22a758
chore: up
tmm a1ad0b6
chore: tweaks
tmm 3ea13c3
chore: up
tmm feed1c4
chore: up
tmm f572e5f
chore: renames
tmm 4c4bd41
wip: up
tmm ac05e22
chore: merge main, resolve conflicts
tmm a56dbed
chore: merge main, resolve middleware import conflicts
tmm bf6d8b2
chore: up
tmm 8572f0b
wip: public api
tmm 651ce54
chore: merge
tmm 9396c6b
refactor: default off
tmm e999bae
chore: up
tmm af2f30d
chore: up
tmm efa6daf
chore: up
tmm 24e783f
chore: format
tmm d0b758e
chore: up
tmm ef30de2
chore: up
tmm be99bf2
chore: up
tmm 97ec923
chore: up
tmm 6796dc6
refactor: internals
tmm cc43d3a
revert: remove unnecessary middleware changes
tmm c49e551
chore: up
tmm 0856dd9
chore: tweaks
tmm 7deec00
chore: tweaks
tmm 520e076
ci: fix
tmm fe6ccf2
chore: up
tmm a52d9eb
chore: up
tmm 3b6c8e7
chore: up
tmm 5c31648
refactor: api design
tmm 54ab328
chore: tweaks
tmm 93a37e5
Merge remote-tracking branch 'origin/main' into tmm/html-payment-pages
tmm afe8ae9
chore: audit
tmm 1b78777
fix: hide tempo disconnect button after submit
tmm 30da017
Merge remote-tracking branch 'origin/main' into tmm/html-payment-pages
tmm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| name: Zizmor | ||
| on: | ||
| push: | ||
| branches: [main] | ||
| pull_request: | ||
| branches: ['**'] | ||
|
|
||
| permissions: {} | ||
|
|
||
| jobs: | ||
| zizmor: | ||
| name: Zizmor | ||
| runs-on: ubuntu-latest | ||
| permissions: | ||
| security-events: write | ||
| contents: read | ||
| actions: read | ||
| steps: | ||
| - name: Clone repository | ||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||
| with: | ||
| persist-credentials: false | ||
|
|
||
| - name: Run zizmor | ||
| uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,3 +7,4 @@ coverage | |
| .env | ||
| .env.* | ||
| !.env.example | ||
| test-results/ | ||
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
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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.
Oops, something went wrong.
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.
Check warning
Code scanning / zizmor
secrets referenced without a dedicated environment Warning