-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
支付宝账单中交易状态关闭的订单,标记为未入账 #51
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/cc @Triple-Z
Please fix the unit test. |
PayTime time.Time | ||
PayTime time.Time | ||
// 未入账标记 | ||
Pending bool |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
注释可以写在代码行后面。
Pending bool // comment
Item string | ||
Category string | ||
// 是否未入账 | ||
Pending bool |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
注释可以写在代码行后面。
建议提供一个配置选项,可以直接忽略 例: alipay:
txClosedPending: false
rules:
# ... /cc @gaocegege |
这个PR有合并吗,现在导出的还是有一堆”交易关闭“的item |
Closes: #44