forked from Mirrors/go-iap
Update IAPClient.Verify to use interface argument
This commit is contained in:
@@ -24,7 +24,7 @@ type Config struct {
|
|||||||
|
|
||||||
// IAPClient is an interface to call validation API in App Store
|
// IAPClient is an interface to call validation API in App Store
|
||||||
type IAPClient interface {
|
type IAPClient interface {
|
||||||
Verify(IAPRequest) (IAPResponse, error)
|
Verify(IAPRequest, interface{}) error
|
||||||
}
|
}
|
||||||
|
|
||||||
// Client implements IAPClient
|
// Client implements IAPClient
|
||||||
|
|||||||
Reference in New Issue
Block a user