Commit Graph

219 Commits

Author SHA1 Message Date
sanjid133
90f2d8ac93 refund notification 2020-09-21 12:15:01 +06:00
sanjid133
cb8b807b57 fix redecleration 2020-09-16 13:01:34 +06:00
sanjid133
442bfb3f23 Add cancellation reason field for notification 2020-09-16 12:43:46 +06:00
sanjid133
2e626201fb fix auto renew status 2020-09-16 12:43:46 +06:00
Minhaz Ahmed Syrus
e0fce7e253 Add missing notification verification fields 2020-09-16 12:43:46 +06:00
sanjid133
6882b6758e Verfiy latest receipt 2020-09-16 12:43:46 +06:00
Junpei Tsuji
bb35e9f2a8 Handle http status 5xx error 2020-09-16 12:43:46 +06:00
sanjid133
d13032442f remove duplicate 2020-09-16 12:41:25 +06:00
sanjid133
806cc5f85b Add renewal field 2020-09-16 12:41:25 +06:00
sanjid133
47dd64806a Verfiy latest receipt 2020-09-16 12:40:54 +06:00
Minhaz Ahmed Syrus
5cc390497d Add missing subscription billing retry flag 2020-09-16 12:39:06 +06:00
Minhaz Ahmed Syrus
7d9e71d01e Add missing notification verification fields 2020-09-16 12:38:25 +06:00
Minhaz Ahmed Syrus
deddee8776 Add missing subscription billing retry flag 2020-09-16 12:37:07 +06:00
Minhaz Ahmed Syrus
a827229599 Add missing notification verification fields 2020-09-16 12:33:13 +06:00
sanjid133
a86d8e5e46 status field not present in initial_buy 2020-09-16 12:31:45 +06:00
sanjid133
d8e3214b87 auto renew status string 2020-09-16 12:31:45 +06:00
sanjid133
2f225b82e1 Add renewal field 2020-09-16 12:31:45 +06:00
sanjid133
9a16ac2219 Verfiy latest receipt 2020-09-16 12:31:45 +06:00
sanjid133
55c7fd6ae1 Add missing is_upgrade field 2020-09-16 12:30:38 +06:00
Minhaz Ahmed Syrus
acc524bc09 Add missing subscription billing retry flag 2020-09-16 12:30:38 +06:00
Minhaz Ahmed Syrus
8f2ab57531 Add missing notification verification fields 2020-09-16 12:30:38 +06:00
Minhaz Ahmed Syrus
5d0e393a7d Add missing subscription billing retry flag 2020-09-16 12:30:38 +06:00
Minhaz Ahmed Syrus
8f84c4951b Add missing notification verification fields 2020-09-16 12:30:38 +06:00
Takeshi Yamashita
5abc018f37 Merge pull request #126 from k-jiang/master
Add support for HMS
2020-09-16 15:28:00 +09:00
Kenneth Zhu
b4778a6542 Add support for HMS 2020-09-16 14:03:08 +08:00
Takeshi Yamashita
28613a7b42 Merge pull request #124 from ashhadsheikh/patch-1
increase default timeout for client
2020-09-10 07:57:18 +09:00
Takeshi Yamashita
e948691645 Merge pull request #120 from OmarElGabry/play-store-one-time-prod-notification
Update the developer notification struct to include one time products
2020-09-10 07:56:34 +09:00
ashhadsheikh
1b4f9f5ba9 Merge pull request #1 from ashhadsheikh/patch-2
change test cases
2020-08-21 14:27:56 +05:00
ashhadsheikh
eb5fd1fd67 change test cases 2020-08-21 14:26:55 +05:00
ashhadsheikh
cb6856d274 increase default timeout for client
Apple servers sometimes takes more than the default time causing client timeouts, increase the default timeout to cater increases response times.
2020-08-21 14:17:29 +05:00
Junpei Tsuji
c16a822c91 Merge pull request #121 from OmarElGabry/missing-fields-iap-response-ios6
Add missing fields in IAPResponseForIOS6
2020-07-17 12:44:44 +09:00
Omar Elgabry
3e4cb3beda Add missing fields in IAPResponseForIOS6 2020-07-14 13:15:27 -04:00
Omar Elgabry
53f8c45c39 Upated the developer notification struct to include one time products 2020-07-14 12:41:55 -04:00
kitakitabauer
e39806cf34 Merge pull request #119 from kitakitabauer/appstore
Fix appstore HandleError
2020-05-28 18:48:47 +09:00
kitakitabauer
51232bd52a appstore: fix HandleError 2020-05-28 17:12:13 +09:00
kitakitabauer
5994fb99fd Merge pull request #118 from smallpdf/master
Add more play store notification types
2020-05-28 01:08:38 +09:00
Sam Smith
9666be3e03 playstore: add rest of notification types
see https://developer.android.com/google/play/billing/realtime_developer_notifications#json_specification
2020-05-27 10:28:20 +01:00
Junpei Tsuji
8ddfbdb30a Merge pull request #114 from jun06t/handle-appstore-http-error
Handle http status 5xx error
2020-02-20 16:41:39 +09:00
Junpei Tsuji
dd8af1ccd2 Update go 1.13 2020-02-20 14:52:46 +09:00
Junpei Tsuji
9ba6e70200 Handle http status 5xx error 2020-02-20 14:52:46 +09:00
Junpei Tsuji
052ce72134 Merge pull request #112 from tockn/did-fail-to-renew
Add NotificationType "DID_FAIL_TO_RENEW"
2020-02-20 14:36:24 +09:00
Junpei Tsuji
a3f651b46e Merge pull request #113 from jun06t/fix-test
Fix test
2020-02-20 13:09:20 +09:00
Junpei Tsuji
588d81166b Fixed test for playstore 2020-02-20 13:04:39 +09:00
Junpei Tsuji
a61c519ac8 Fixed makefile 2020-02-20 13:02:14 +09:00
Junpei Tsuji
3c88ce1648 Merge pull request #110 from shemming/PR-branch
Add ability to acknowledge purchases from playstore
2020-02-20 12:53:56 +09:00
tockn
0aa274084a add notification type DID_FAIL_TO_RENEW 2020-02-19 23:52:19 +09:00
tockn
c61599bf8e go fmt 2020-02-19 23:45:54 +09:00
Sabrina
e54455a635 add mocks for appstore 2020-01-30 16:04:26 -08:00
Junpei Tsuji
d9ae3a1d88 Merge pull request #105 from mhemmings/add-missing-omitempty
appstore: Set IsUpgraded as omitempty
2020-01-29 23:37:14 +09:00
Junpei Tsuji
b739b19032 Merge pull request #111 from ercling/master
Add SubscriptionNotification deprecation comments
2020-01-29 23:35:29 +09:00