From e6e2f2de63e15ad522b9ad2f86845687da60c460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ritzl?= Date: Thu, 9 Sep 2021 13:26:08 +0200 Subject: [PATCH] Update iap.script_api --- extension-iap/api/iap.script_api | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extension-iap/api/iap.script_api b/extension-iap/api/iap.script_api index 30dc2fc..c323c03 100644 --- a/extension-iap/api/iap.script_api +++ b/extension-iap/api/iap.script_api @@ -226,6 +226,10 @@ type: string 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 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.