Skip to content

Commit 4de7477

Browse files
authored
Merge pull request #293 from richzw/master
fix(playstore): correct the number of parameters of VerifySubscriptionV2
2 parents 63ac21b + 638ae4d commit 4de7477

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

playstore/mocks/playstore.go

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

playstore/validator.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type IABSubscription interface {
3939

4040
// The IABSubscriptionV2 type is an interface for subscriptionV2 service
4141
type IABSubscriptionV2 interface {
42-
VerifySubscriptionV2(context.Context, string, string, string) (*androidpublisher.SubscriptionPurchaseV2, error)
42+
VerifySubscriptionV2(context.Context, string, string) (*androidpublisher.SubscriptionPurchaseV2, error)
4343
RevokeSubscriptionV2(context.Context, string, string, *androidpublisher.RevokeSubscriptionPurchaseRequest) (*androidpublisher.RevokeSubscriptionPurchaseResponse, error)
4444
}
4545

0 commit comments

Comments
 (0)