Merge pull request #36 from avgeorge/master
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
|
||||
type IAPClient interface {
|
||||
Verify(IAPRequest) (IAPResponse, error)
|
||||
Verify(IAPRequest, interface{}) error
|
||||
}
|
||||
|
||||
// Client implements IAPClient
|
||||
|
||||
Reference in New Issue
Block a user