Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apple.RenewalInfo 这个结构体缺少offerdiscounttype这个字段的定义, 没和官方同步呀! #431

Open
yxw2014 opened this issue Nov 13, 2024 · 1 comment

Comments

@yxw2014
Copy link

yxw2014 commented Nov 13, 2024

https://developer.apple.com/documentation/appstoreserverapi/offerdiscounttype

apple.RenewalInfo 这个结构体缺少这个字段的定义, 没和官方同步呀!

`

type RenewalInfo struct {
jwt.StandardClaims
AutoRenewProductId string json:"autoRenewProductId"
...
OfferIdentifier string json:"offerIdentifier"
OfferType int64 json:"offerType" // 1:An introductory offer. 2:A promotional offer. 3:An offer with a subscription offer code.
...
}

`

@iGoogle-ink
Copy link
Member

iGoogle-ink commented Nov 13, 2024

@yxw2014 好的,后续补充,最新 commit 已经增加字段

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants