From a1a7b5b99d9744dc805e2b057f8504b656b3edcf Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Wed, 19 Mar 2025 21:20:11 +0800 Subject: [PATCH] :art: Support in-app purchase PRO Features and Subscription on iOS https://github.com/siyuan-note/siyuan/issues/14159 --- kernel/mobile/kernel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/mobile/kernel.go b/kernel/mobile/kernel.go index 04bbbebb5..c02b2315c 100644 --- a/kernel/mobile/kernel.go +++ b/kernel/mobile/kernel.go @@ -183,7 +183,7 @@ func VerifyAppStoreTransaction(accountToken, transactionID string) (retCode int) } retCode = 0 - retMsg = "verify app store transaction success" + retMsg = fmt.Sprintf("verify app store transaction [%s] success", transactionID) logging.LogInfof(retMsg) return }