diff options
Diffstat (limited to 'docs/html/google/play/billing/billing_reference.jd')
-rwxr-xr-x | docs/html/google/play/billing/billing_reference.jd | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/html/google/play/billing/billing_reference.jd b/docs/html/google/play/billing/billing_reference.jd index e78c99f..0c82fd5 100755 --- a/docs/html/google/play/billing/billing_reference.jd +++ b/docs/html/google/play/billing/billing_reference.jd @@ -105,7 +105,7 @@ codes returned by Google Play.</p> <td><code>RESULT_ERROR</code></td> <td>6</td> <td>Indicates an unexpected server error. For example, this error is triggered if you try to -purchase an item from yourself, which is not allowed by Google Wallet.</td> +purchase an item from yourself, which is not allowed by Google Checkout.</td> </tr> </table> @@ -394,8 +394,10 @@ a <code>PURCHASE_STATE_CHANGED</code> intent.</p> </tr> <tr> <td>orderId</td> - <td>A unique order identifier for the transaction. This corresponds to the Google Wallet Order - ID.</td> + <td>A unique order identifier for the transaction. This corresponds to the transaction's Merchant + Order Number. For transactions dated previous to 5 December 2012, the orderID correcponds to the transaction's + Google Order Number. For more information, see <a href="{@docRoot}google/play/billing/billing_admin.html#orderId">Working + with order numbers</a>.</td> </tr> <tr> <td>packageName</td> |