mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 Support in-app purchase PRO Features and Subscription on iOS https://github.com/siyuan-note/siyuan/issues/14159
This commit is contained in:
parent
cff131d1db
commit
a1a7b5b99d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue