Skip to content

Commit 902d77e

Browse files
committed
优化取消支付逻辑
1 parent 5b6e659 commit 902d77e

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencyResolutionManagement {
1717
dependencies {
1818
// 扩展包必须在有主框架dora的情况下使用
1919
implementation("com.github.dora4:dora:1.2.51")
20-
implementation("com.github.dora4:dora-walletconnect-support:1.33")
20+
implementation("com.github.dora4:dora-walletconnect-support:1.34")
2121
}
2222
```
2323

lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ afterEvaluate {
6666
from(components["release"])
6767
groupId = "com.github.dora4"
6868
artifactId = "dora-walletconnect-support"
69-
version = "1.33"
69+
version = "1.34"
7070
}
7171
}
7272
}

lib/src/main/java/dora/trade/PayUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ object PayUtils {
1616
}
1717

1818
/**
19-
* 查询区块链浏览器该笔订单是否已支付,且已被确认。
19+
* 查询区块链链上数据,该笔订单是否已支付,且已被确认。
2020
*/
2121
@JvmStatic
2222
@JvmOverloads
1.83 KB
Binary file not shown.
672 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)