Skip to content

Commit 8bcea1d

Browse files
chore(androidpublisher): update the api
1 parent 7424a93 commit 8bcea1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/dyn/androidpublisher_v3.orders.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h2>Instance Methods</h2>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
8181
<code><a href="#refund">refund(packageName, orderId, revoke=None, x__xgafv=None)</a></code></p>
82-
<p class="firstline">Refund a user's subscription or in-app purchase order.</p>
82+
<p class="firstline">Refunds a user's subscription or in-app purchase order. Orders older than 1 year cannot be refunded.</p>
8383
<h3>Method Details</h3>
8484
<div class="method">
8585
<code class="details" id="close">close()</code>
@@ -88,7 +88,7 @@ <h3>Method Details</h3>
8888

8989
<div class="method">
9090
<code class="details" id="refund">refund(packageName, orderId, revoke=None, x__xgafv=None)</code>
91-
<pre>Refund a user&#x27;s subscription or in-app purchase order.
91+
<pre>Refunds a user&#x27;s subscription or in-app purchase order. Orders older than 1 year cannot be refunded.
9292

9393
Args:
9494
packageName: string, The package name of the application for which this subscription or in-app item was purchased (for example, &#x27;com.some.thing&#x27;). (required)

googleapiclient/discovery_cache/documents/androidpublisher.v3.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1999,7 +1999,7 @@
19991999
"orders": {
20002000
"methods": {
20012001
"refund": {
2002-
"description": "Refund a user's subscription or in-app purchase order.",
2002+
"description": "Refunds a user's subscription or in-app purchase order. Orders older than 1 year cannot be refunded.",
20032003
"flatPath": "androidpublisher/v3/applications/{packageName}/orders/{orderId}:refund",
20042004
"httpMethod": "POST",
20052005
"id": "androidpublisher.orders.refund",
@@ -2681,7 +2681,7 @@
26812681
}
26822682
}
26832683
},
2684-
"revision": "20210728",
2684+
"revision": "20210814",
26852685
"rootUrl": "https://androidpublisher.googleapis.com/",
26862686
"schemas": {
26872687
"Apk": {

0 commit comments

Comments
 (0)