Skip to content

Apple storekit v2#345

Open
jigar-f wants to merge 2 commits intomainfrom
jigar/storekit-v2
Open

Apple storekit v2#345
jigar-f wants to merge 2 commits intomainfrom
jigar/storekit-v2

Conversation

@jigar-f
Copy link
Contributor

@jigar-f jigar-f commented Feb 27, 2026

This pull request updates the subscription verification endpoint for Apple subscriptions to use a new API path. This change ensures that requests for Apple subscription verification are directed to the updated endpoint, which may include new logic or requirements.

API endpoint update:

  • Changed the Apple subscription verification endpoint from /purchase-apple-subscription to /purchase-apple-subscription-v2 in the VerifySubscription method of api/subscription.go to support the new API version.

Other minor changes:

  • Removed an unnecessary blank line at the end of the VerifySubscription method for code cleanliness.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Apple subscription verification request in the API client to use the newer StoreKit v2 endpoint path, ensuring Apple subscription verification hits the updated server route.

Changes:

  • Switched Apple subscription verification path from /purchase-apple-subscription to /purchase-apple-subscription-v2 in APIClient.VerifySubscription.
  • Removed an unnecessary trailing blank line at the end of VerifySubscription.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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

Successfully merging this pull request may close these issues.

2 participants