Skip to content

Commit

Permalink
feat(google-api-go-generator): Change field PaymentState to pointer (#…
Browse files Browse the repository at this point in the history
…1663)

Added field PaymentState of schema SubscriptionPurchase of the androidpublisher:v3 api to the list of pointerFields. This was done the same way as it was previously done for v2.

Fixes #727
  • Loading branch information
eisandbar committed Aug 16, 2022
1 parent 3e82e6f commit d6ee425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google-api-go-generator/gen.go
Expand Up @@ -965,6 +965,7 @@ var pointerFields = []fieldName{
{api: "androidpublisher:v3", schema: "ProductPurchase", field: "PurchaseType"},
{api: "androidpublisher:v2", schema: "SubscriptionPurchase", field: "CancelReason"},
{api: "androidpublisher:v2", schema: "SubscriptionPurchase", field: "PaymentState"},
{api: "androidpublisher:v3", schema: "SubscriptionPurchase", field: "PaymentState"},
{api: "androidpublisher:v2", schema: "SubscriptionPurchase", field: "PurchaseType"},
{api: "androidpublisher:v3", schema: "SubscriptionPurchase", field: "PurchaseType"},
{api: "cloudmonitoring:v2beta2", schema: "Point", field: "BoolValue"},
Expand Down

0 comments on commit d6ee425

Please sign in to comment.