Skip to content

Commit

Permalink
feat(in-app-purchase-3) new InAppPurchase3 plugin fixed (#4873)
Browse files Browse the repository at this point in the history
* fix(in-app-purchase-3) typings and doc

* update return type for initialize
  • Loading branch information
gxolin authored Nov 14, 2024
1 parent d83b124 commit b20c67b
Show file tree
Hide file tree
Showing 2 changed files with 1,262 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@ export class IAPError {
* - **macOS** version 10
* - **Xbox One**
* - (and any platform supporting Microsoft's UWP)
* - **cordova-plugin-purchase** version 12 or lower.
* @see https://github.com/j3k0/cordova-plugin-purchase/wiki/HOWTO:-Migrate-to-v13 For cordova-plugin-purchase versions
* 13 and higher, use awesome cordova plugin InAppPurchase3 instead
* @usage
* ```typescript
* import { InAppPurchase2 } from '@awesome-cordova-plugins/in-app-purchase-2/ngx';
Expand Down
Loading

0 comments on commit b20c67b

Please sign in to comment.