Update iap.script_api

This commit is contained in:
Björn Ritzl 2021-09-09 13:26:08 +02:00 committed by GitHub
parent 3468b52658
commit e6e2f2de63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,6 +226,10 @@
type: string type: string
desc: Apple only[icon:apple]. The original transaction. This field is only set when `state` is `TRANS_STATE_RESTORED`. desc: Apple only[icon:apple]. The original transaction. This field is only set when `state` is `TRANS_STATE_RESTORED`.
- name: original_json
type: string
desc: Android only[icon:android]. The purchase order details in JSON format.
- name: signature - name: signature
type: string type: string
desc: Google Play only[icon:googleplay]. A string containing the signature of the purchase data that was signed with the private key of the developer. desc: Google Play only[icon:googleplay]. A string containing the signature of the purchase data that was signed with the private key of the developer.