Skip to content

Commit

Permalink
google-api-go-generator: Change field PaymentState to pointer
Browse files Browse the repository at this point in the history
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 4242f6d
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 4242f6d

Please sign in to comment.