Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ff26ec6 authored by Kevin Hufnagle's avatar Kevin Hufnagle Committed by android-build-merger
Browse files

Merge \"docs: Edited phrasing for \"orderId is blank with test IAP purchases\"\" into nyc-dev

am: e25fd0ed

Change-Id: I0e3d131c0c0a259201fed4aa0209231a5cec000e
parents 878bd510 e25fd0ed
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -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>
+5 −5
Original line number Diff line number Diff line
@@ -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