mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-03 20:00:26 +08: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
@ -183,7 +183,7 @@ func VerifyAppStoreTransaction(accountToken, transactionID string) (retCode int)
|
|||||||
}
|
}
|
||||||
|
|
||||||
retCode = 0
|
retCode = 0
|
||||||
retMsg = "verify app store transaction success"
|
retMsg = fmt.Sprintf("verify app store transaction [%s] success", transactionID)
|
||||||
logging.LogInfof(retMsg)
|
logging.LogInfof(retMsg)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user