Open
Conversation
Closed
20d5bbd to
27c9e0f
Compare
27c9e0f to
effeb71
Compare
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.
Closes #32
Closes #34
变更说明
这个 PR 在前一版 checkout/EPay 修复基础上,继续收口 0.0.8 剩余的支付流程、切网、回调字段、订单过期与链上监听问题。
支付页 / checkout
supported_assetsupported-assets支持按currency/amount做上下文过滤,并过滤无效钱包地址,避免暴露明显不可支付选项订单 / 切网 / 金额锁
0.01边界值,并同步修正文档描述回调字段
network字段token/network,回调给商户时不再返回切网前的旧值type/pid,并要求响应内容成功后才视为通知成功链上监听
before分页,超过单次 1000 条时也能继续回溯清理
验证
go test ./model/service -count=1go test ./route -count=1go test ./mq -count=1go test ./...