diff options
Diffstat (limited to 'docs/html/google/play/billing/billing_reference.jd')
-rw-r--r-- | docs/html/google/play/billing/billing_reference.jd | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/html/google/play/billing/billing_reference.jd b/docs/html/google/play/billing/billing_reference.jd index 758e21d..ae41521 100644 --- a/docs/html/google/play/billing/billing_reference.jd +++ b/docs/html/google/play/billing/billing_reference.jd @@ -102,11 +102,13 @@ parent.link=index.html </tr> <tr> <td>{@code type}</td> - <td>Value must be “inapp” for an in-app purchase type.</td> + <td>Value must be “inapp” for an in-app product or "subs" for +subscriptions.</td> </tr> <tr> <td>{@code price}</td> - <td>Formatted price of the item, including its currency sign. The price does not include tax.</td> + <td>Formatted price of the item, including its currency sign. The price +does not include tax.</td> </tr> <tr> <td>{@code title}</td> |