Skip to content

Commit

Permalink
Merge pull request #293 from richzw/master
Browse files Browse the repository at this point in the history
fix(playstore): correct the number of parameters of VerifySubscriptionV2
  • Loading branch information
takecy authored Aug 19, 2024
2 parents 63ac21b + 638ae4d commit 4de7477
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions playstore/mocks/playstore.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion playstore/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type IABSubscription interface {

// The IABSubscriptionV2 type is an interface for subscriptionV2 service
type IABSubscriptionV2 interface {
VerifySubscriptionV2(context.Context, string, string, string) (*androidpublisher.SubscriptionPurchaseV2, error)
VerifySubscriptionV2(context.Context, string, string) (*androidpublisher.SubscriptionPurchaseV2, error)
RevokeSubscriptionV2(context.Context, string, string, *androidpublisher.RevokeSubscriptionPurchaseRequest) (*androidpublisher.RevokeSubscriptionPurchaseResponse, error)
}

Expand Down

0 comments on commit 4de7477

Please sign in to comment.