You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: move sku into platform-specific verification options (#54)
Refactor again based on #53
- Remove sku from VerifyPurchaseProps root level
- Add sku to VerifyPurchaseAppleOptions (replaces jws)
- Add sku to VerifyPurchaseGoogleOptions
- Update Kotlin code to use googleOptions.sku
- Update tests for new schema structure
- Update release notes for v1.3.4/v1.3.14/v1.3.2
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
## Breaking Changes
* **verifyPurchase API Refactored**: SKU parameter moved from root-level
options into platform-specific options. Apple and Google options now
require platform-specific SKU fields. Apple verification updated to use
SKU instead of legacy JWS field. Horizon platform option added.
## Documentation
* Updated release notes and code examples to reflect new API structure.
<sub>✏️ Tip: You can customize this high-level summary in your review
settings.</sub>
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Copy file name to clipboardExpand all lines: packages/docs/src/pages/docs/updates/notes.tsx
+20-20Lines changed: 20 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,12 @@ function Notes() {
8
8
return(
9
9
<divclassName="doc-page">
10
10
<SEO
11
-
title="Updates"
11
+
title="Notes"
12
12
description="Important changes and deprecations in IAP libraries and platforms - API changes, breaking changes, validateReceipt to verifyPurchase migration, and guides."
0 commit comments