-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Rebase #3867 #4092
Merged
Merged
Rebase #3867 #4092
Conversation
This file contains 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
Apply Sweep Rules to your PR?
|
Whoa! Easy there, Partner!This PR is too big. Please break it up into smaller PRs. |
π€ Generated by lychee actionSummary
Errors per inputErrors in docs/4.0/i18n/zh-Hans/examples/baas/install-fireboom.md
Errors in docs/4.0/docs/examples/baas/install-fireboom.md
Full action output |
Codecov ReportAll modified lines are covered by tests β π’ Thoughts on this report? Let us know!. |
lingdie
approved these changes
Oct 13, 2023
Signed-off-by: xy <2238384910@qq.com>
Signed-off-by: xy <2238384910@qq.com>
Signed-off-by: xy <2238384910@qq.com>
Signed-off-by: xy <2238384910@qq.com>
Signed-off-by: xy <2238384910@qq.com>
Signed-off-by: xy <2238384910@qq.com>
Signed-off-by: xy <2238384910@qq.com>
Signed-off-by: xy <2238384910@qq.com>
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.
π€ Generated by Copilot at b93cf4c
Summary
πΈπ οΈπ
This pull request implements the pay service, which provides APIs and handlers for creating and managing pay apps, payment methods, bills, and payment sessions. It also updates the
go.work
file, thego.work.sum
file, and the GitHub workflow to include the new service and its dependencies. It creates and modifies files in theservice/pay
directory, such asDockerfile
,Makefile
,go.mod
, and.gitignore
, as well as files in theapi
andhandler
packages. It adds a TODO comment to the account controller to address a potential issue with Stripe payments.Walkthrough
github.com/cncf/xds/go
,github.com/envoyproxy/go-control-plane
, andgit.luolix.top/envoyproxy/protoc-gen-validate
, which may be used for implementing the xDS protocol and the Envoy proxy integration. (link, link, link, link)github.com/cespare/xxhash
from the workspace. (link)pay
package, changing the value ofPaymentNotPaid
and reordering the constants alphabetically. (link)Reconcile
function in theaccount
controller, indicating the need to revise or replace theGetPaymentDetails
function for Stripe payments. (link)