Merge \\"docs: Edited phrasing for \\"orderId is blank with test IAP purchases\\"\\" into nyc-dev am: e25fd0eda8
am: eb2835329f
Change-Id: I3d70763a6370a138e069fd1b17687b29d070e5ba
This commit is contained in:
@@ -748,10 +748,9 @@ you at the conclusion of the purchase flow, as the value of the
|
||||
intent.</p>
|
||||
|
||||
<p class="note">
|
||||
<strong>Note:</strong> When a user completes a test purchase, the
|
||||
<code>orderId</code> field remains blank. To track test transactions, use
|
||||
the <code>purchaseToken</code> field instead. For more information about
|
||||
working with test purchases, see <a
|
||||
<strong>Note:</strong> Test purchases don't have an <code>orderId</code>
|
||||
field. To track test transactions, you use the <code>purchaseToken</code>
|
||||
field instead. For more information about working with test purchases, see <a
|
||||
href="{@docRoot}google/play/billing/billing_testing.html">Testing In-app
|
||||
Billing</a>.
|
||||
</p>
|
||||
@@ -766,14 +765,14 @@ assigned and managed by Google.</p>
|
||||
|
||||
<p>For transactions dated 5 December 2012 or later, Google payments assigns a
|
||||
Merchant Order Number (rather than a Google Order Number) and reports the Merchant
|
||||
Order Number as the value of <code>orderID</code>. Here's an
|
||||
Order Number as the value of <code>orderId</code>. Here's an
|
||||
example:</p>
|
||||
|
||||
<pre>"orderId" : "GPA.1234-5678-9012-34567"</pre>
|
||||
|
||||
<p>For transactions dated previous to 5 December 2012, Google checkout assigned
|
||||
a Google Order Number and reported that number as the value of
|
||||
<code>orderID</code>. Here's an example of an <code>orderID</code> holding a
|
||||
<code>orderId</code>. Here's an example of an <code>orderId</code> holding a
|
||||
Google Order Number:</p>
|
||||
|
||||
<pre>"orderId" : "556515565155651"</pre>
|
||||
|
||||
@@ -81,8 +81,8 @@ accounts.</p>
|
||||
|
||||
<p>
|
||||
Once authorized for testing access, those users can make purchases without
|
||||
being charged. The <code>orderId</code> field for test purchases remains
|
||||
blank, ensuring that there are no actual charges to user accounts.
|
||||
being charged. Test purchases don't have an <code>orderId</code> field, which
|
||||
ensures that there are no actual charges to user accounts.
|
||||
</p>
|
||||
|
||||
<p class="note">
|
||||
@@ -127,11 +127,11 @@ account. Users can confirm the account that is making a purchase by expanding th
|
||||
purchase dialog.</p>
|
||||
|
||||
<p class="note">
|
||||
<strong>Note:</strong> For test purchases, leave the {@code orderId} field
|
||||
blank. You can use the {@code purchaseToken} field to identify test purchases.
|
||||
<strong>Note:</strong> Test purchases don't have an <code>orderId</code>
|
||||
field. To track test purchases, you use the <code>purchaseToken</code> field
|
||||
instead.
|
||||
</p>
|
||||
|
||||
|
||||
<h4 id="tp-account">Test purchases and developer account</h4>
|
||||
<p>Authorized license test accounts are associated with your developer account
|
||||
in Google Play, rather than with a specific APK or package name. Identifying an
|
||||
|
||||
Reference in New Issue
Block a user