Commit Graph

161 Commits

Author SHA1 Message Date
Bogdan Constantinescu
9379daa02b Revert "gorequest wasn't sending the request for validation"
This reverts commit 2ed2786f8e.
2015-02-24 21:52:20 +02:00
Bogdan Constantinescu
9f9d0fe1cb Merge pull request #1 from bogdanconstantinescu/bogdanconstantinescu-patch-verify
gorequest wasn't sending the request for validation
2015-02-20 16:56:36 +02:00
Bogdan Constantinescu
2ed2786f8e gorequest wasn't sending the request for validation
In the gorequest Send method, there is a switch that checks the type of the parameter (https://github.com/parnurzeal/gorequest/blob/master/main.go#L341). In this particular case, the type of *IAPRequest is "ptr" which results in gorequest's switch to go the default case which is empty. The request was made with an empty body.
2015-02-20 16:54:19 +02:00
Junpei Tsuji
a56016b9f8 Merge pull request #3 from suzujun/master
Add Validator for Purchase Product token (GooglePlay)
2015-02-13 22:36:10 +09:00
suzuki.junsuke
209eb6a980 Add Validator for Purchase Product token (GooglePlay) 2015-01-16 19:01:18 +09:00
Junpei Tsuji
747fb8d079 Merge pull request #2 from jun06t/master
Added badges and modifies usage
2014-12-05 02:44:05 +09:00
tsuji_jumpei
130d668729 Added badges and modifies usage 2014-12-05 02:42:06 +09:00
Junpei Tsuji
5bfb97f88e Merge pull request #1 from jun06t/master
Added go client to verify purchase receipt via AppStore or GooglePlay
2014-12-05 02:21:14 +09:00
tsuji_jumpei
99e9a4e759 Added the subscription validator for in app billing 2014-12-05 01:59:36 +09:00
tsuji_jumpei
1f1601cd3c Initial push 2014-12-04 21:08:46 +09:00
Junpei Tsuji
98092a4a43 Initial commit 2014-12-04 16:40:11 +09:00