awa/go-iap

AutoRenewStatus const type

jacquemus opened this issue · 1 comments

in notification_v2.go
line 54 :
`type AutoRenewStatus int

const (
Off RevocationReason = iota
On
)`

insteadof
`type AutoRenewStatus int

const (
Off AutoRenewStatus = iota
On
)`

The RevocationReason const type is set 2 times

richzw commented

Nice catch, and could be fixed later. Thank you very much for your help.