Skip to content

Commit

Permalink
fix(androidpublisher): update the API
Browse files Browse the repository at this point in the history
#### androidpublisher:v3
The following keys were changed:
- schemas.SubscriptionPurchase.properties.paymentState.description
  • Loading branch information
yoshi-automation authored and bcoe committed Oct 28, 2020
1 parent 0aff8af commit 09d446f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/androidpublisher-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2671,7 +2671,7 @@
}
}
},
"revision": "20201020",
"revision": "20201027",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Apk": {
Expand Down Expand Up @@ -3715,7 +3715,7 @@
"type": "string"
},
"paymentState": {
"description": "The payment state of the subscription. Possible values are: 0. Payment pending 1. Payment received 2. Free trial 3. Pending deferred upgrade/downgrade",
"description": "The payment state of the subscription. Possible values are: 0. Payment pending 1. Payment received 2. Free trial 3. Pending deferred upgrade/downgrade Not present for canceled, expired subscriptions.",
"format": "int32",
"type": "integer"
},
Expand Down
2 changes: 1 addition & 1 deletion src/apis/androidpublisher/v3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ export namespace androidpublisher_v3 {
*/
orderId?: string | null;
/**
* The payment state of the subscription. Possible values are: 0. Payment pending 1. Payment received 2. Free trial 3. Pending deferred upgrade/downgrade
* The payment state of the subscription. Possible values are: 0. Payment pending 1. Payment received 2. Free trial 3. Pending deferred upgrade/downgrade Not present for canceled, expired subscriptions.
*/
paymentState?: number | null;
/**
Expand Down

0 comments on commit 09d446f

Please sign in to comment.