Fixed YAML format errors

This commit is contained in:
Björn Ritzl 2022-09-23 16:21:27 +02:00
parent 40648f4773
commit c0e1a9aef1

View File

@ -21,11 +21,11 @@
members:
- name: request_id
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.
- name: token
type: string
desc: [icon:googleplay] Which subscription offer to use when buying a subscription. The token can be retrieved from
desc: Google Play only [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:
@ -132,22 +132,22 @@
- name: price
type: number
desc: The price of the product.
[icon:googleplay]: Used only for in-app products
For Google Play [icon:googleplay] this is used only for in-app products
- name: price_string
type: string
desc: The price of the product, as a formatted string (amount and currency symbol).
[icon:googleplay]: Used only for in-app products
For Google Play [icon:googleplay] this is used only for in-app products
- name: currency_code
type: string
desc: [icon:ios] [icon:googleplay] [icon:facebook] The currency code.
[icon:googleplay]: The merchant's locale, instead of the user's
[icon:googleplay]: Used only for in-app products
desc: The currency code.
For Google Play [icon:googleplay] this is the merchant's locale, instead of the user's.
For Google Play [icon:googleplay] this is used only for in-app products
- name: subscriptions
type: table
desc: [icon:googleplay] List of subscription offers.
desc: Only available for Google Play [icon:googleplay]. List of subscription offers.
Each offer contains a token and a list of price and billing options.
See https://developer.android.com/reference/com/android/billingclient/api/ProductDetails.PricingPhase
members: