Added the subscription validator for in app billing

This commit is contained in:
tsuji_jumpei
2014-12-04 22:35:01 +09:00
parent 1f1601cd3c
commit 99e9a4e759
6 changed files with 244 additions and 8 deletions

View File

@@ -12,4 +12,7 @@ test:
cover:
go test -v -coverprofile=coverage.txt -covermode=count ./appstore
go test -v -coverprofile=playstore.txt -covermode=count ./playstore
cat playstore.txt | grep -v "mode: count" >> coverage.txt
rm playstore.txt