Skip to content

Commit

Permalink
Update constants.go
Browse files Browse the repository at this point in the history
Fix purchase issue
  • Loading branch information
AhmedBafkir authored Feb 1, 2025
1 parent 21cbd59 commit 6b2ef8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/appstore/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const (
PrivateAppStoreAPIDomainPrefixWithAuthCode = "p71"
PrivateAppStoreAPIDomain = "buy." + iTunesAPIDomain
PrivateAppStoreAPIPathAuthenticate = "/WebObjects/MZFinance.woa/wa/authenticate"
PrivateAppStoreAPIPathPurchase = "/WebObjects/MZBuy.woa/wa/buyProduct"
PrivateAppStoreAPIPathPurchase = "/WebObjects/MZFinance.woa/wa/buyProduct"
PrivateAppStoreAPIPathDownload = "/WebObjects/MZFinance.woa/wa/volumeStoreDownloadProduct"

HTTPHeaderStoreFront = "X-Set-Apple-Store-Front"
Expand Down

0 comments on commit 6b2ef8d

Please sign in to comment.