Update iap.script_api

This commit is contained in:
Björn Ritzl 2022-09-08 09:51:28 +02:00
parent 05e9001404
commit d0ca1e05fd

View File

@ -23,6 +23,10 @@
type: string type: string
desc: Facebook only. [icon:facebook] Optional custom unique request id to desc: Facebook only. [icon:facebook] Optional custom unique request id to
set for this transaction. The id becomes attached to the payment within the Graph API. set for this transaction. The id becomes attached to the payment within the Graph API.
- name: token
type: string
desc: [icon:googleplay] Which subscription offer to use when buying a subscription. The token can be retrieved from
the subscriptions table returned when calling iap.list()
examples: examples:
- desc: |- - desc: |-
@ -128,15 +132,23 @@
- name: price - name: price
type: number type: number
desc: The price of the product. desc: The price of the product.
[icon:googleplay]: Used only for in-app products
- name: price_string - name: price_string
type: string type: string
desc: The price of the product, as a formatted string (amount and currency symbol). desc: The price of the product, as a formatted string (amount and currency symbol).
[icon:googleplay]: Used only for in-app products
- name: currency_code - name: currency_code
type: string type: string
desc: The currency code. On Google Play, this reflects the merchant's locale, instead of the user's. desc: [icon:ios] [icon:googleplay] [icon:facebook] The currency code.
[icon:ios] [icon:googleplay] [icon:facebook] [icon:googleplay]: The merchant's locale, instead of the user's
[icon:googleplay]: Used only for in-app products
- name: subscriptions
type: table
desc: [icon:googleplay] List of subscription offers.
Each offer contains a token and a list of price and billing options.
- name: error - name: error
type: table type: table