add mocks for appstore

This commit is contained in:
Sabrina
2020-01-30 16:04:26 -08:00
parent 98cf7b036f
commit e54455a635
2 changed files with 51 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ import (
"time"
)
//go:generate mockgen -destination=mocks/mock_appstore.go -package=mocks github.com/awa/go-iap/appstore IAPClient
const (
// SandboxURL is the endpoint for sandbox environment.
SandboxURL string = "https://sandbox.itunes.apple.com/verifyReceipt"