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

Commit acddeda3 authored by Andrew Solovay's avatar Andrew Solovay Committed by Android (Google) Code Review
Browse files

Merge "docs: Noted that test purchases have empty order ID." into mnc-docs

parents 73c35d03 b5c133d3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -228,7 +228,9 @@ a purchase order.</p>
  <tr>
    <td>{@code orderId}</td>
    <td>A unique order identifier for the transaction. This identifier
      corresponds to the Google payments order ID.</td>
      corresponds to the Google payments order ID. If the order is a test
      purchase made through the In-app Billing Sandbox, {@code orderId} is
      blank.</td>
  </tr>
  <tr>
    <td>{@code packageName}</td>
+4 −2
Original line number Diff line number Diff line
@@ -82,7 +82,9 @@ accounts.</p>
<p>Once authorized for testing access, those users can make purchases without
being charged.
Test purchases are real orders and Google Play processes them in the same way as
other orders. When purchases are complete, Google Play prevents the orders from
other orders. However, the <code>orderId</code> field for test purchases is
blank.
When purchases are complete, Google Play prevents the orders from
going to financial processing, ensuring that there are no actual charges to user
accounts, and automatically canceling the completed orders after 14 days.</p>