diff options
author | Dirk Dougherty <ddougherty@google.com> | 2012-12-04 17:55:18 -0800 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2012-12-04 18:38:09 -0800 |
commit | b973b3adfe8889ae3b3d7626be6267660d5e605e (patch) | |
tree | 8e8b728c305df5379a163be239ec981c8ab7f634 /docs/html/google/play/billing/billing_overview.jd | |
parent | 47ae0b93c3a3b4fcb32cd46ad3b8313959344912 (diff) | |
download | frameworks_base-b973b3adfe8889ae3b3d7626be6267660d5e605e.zip frameworks_base-b973b3adfe8889ae3b3d7626be6267660d5e605e.tar.gz frameworks_base-b973b3adfe8889ae3b3d7626be6267660d5e605e.tar.bz2 |
Doc change: In-app Billing -- add notes about orderId change and subscription orderIds.
Change-Id: Iccd08387a6d28ac04c303f9da10d1d98dbf8f8b1
Diffstat (limited to 'docs/html/google/play/billing/billing_overview.jd')
-rwxr-xr-x | docs/html/google/play/billing/billing_overview.jd | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/html/google/play/billing/billing_overview.jd b/docs/html/google/play/billing/billing_overview.jd index 4b2a643..be9dc8d 100755 --- a/docs/html/google/play/billing/billing_overview.jd +++ b/docs/html/google/play/billing/billing_overview.jd @@ -265,7 +265,7 @@ string for a subscription item is shown below:</p> <pre class="no-pretty-print" style="color:black">{ "nonce" : 1836535032137741465, "orders" : [{ "notificationId" : "android.test.purchased", - "orderId" : "transactionId.android.test.purchased", + "orderId" : "12999556515565155651.5565135565155651", "packageName" : "com.example.dungeons", "productId" : "android.test.purchased", "developerPayload" : "bGoa+V7g/yqDXvKRqq+JTFn4uQZbPiQJo4pf9RzJ", @@ -439,7 +439,7 @@ href="{@docRoot}google/play/billing/billing_admin.html#billing-purchase-type">pu to "managed per user account."</p> <p>In the second case, your application can receive an <code>IN_APP_NOTIFY</code> broadcast intent -when Google Play receives a refund notification from Google Wallet. In this case, Google +when Google Play receives a refund notification from Google Checkout. In this case, Google Play sends an <code>IN_APP_NOTIFY</code> message to your application. Your application can handle this message the same way it handles responses from an application-initiated <code>REQUEST_PURCHASE</code> message so that ultimately your application receives a @@ -448,9 +448,9 @@ refunded. The refund information is included in the JSON string that accompanies <code>PURCHASE_STATE_CHANGED</code> broadcast intent. Also, the <code>purchaseState</code> field in the JSON string is set to 2.</p> -<p class="caution"><strong>Important:</strong> You cannot use the Google Wallet API to +<p class="caution"><strong>Important:</strong> You cannot use the Google Checkout API to issue refunds or cancel in-app billing transactions. You must do this manually through your -Google Wallet merchant account. However, you can use the Google Wallet API to retrieve order +Google Checkout merchant account. However, you can use the Google Checkout API to retrieve order information.</p> <h2 id="billing-security">Security Controls</h2> @@ -488,7 +488,7 @@ limitations.</p> <ul> <li>In-app billing can be implemented only in applications that you publish through Google Play.</li> - <li>You must have a Google Wallet Merchant account to use Google Play In-app Billing.</li> + <li>You must have a Google Checkout Merchant account to use Google Play In-app Billing.</li> <li>In-app billing requires version 2.3.4 (or higher) of the Android Market application. To support subscriptions, version 3.5 or higher of the Google Play app is required. On devices running Android 3.0, version 5.0.12 (or higher) of the MyApps application is required.</li> |