expo-iap 4.2.1 → 4.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/openiap-versions.json
CHANGED
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@ export declare function computeAutolinkModules(existing: string[], desired: Auto
|
|
|
20
20
|
export interface ExpoIapPluginOptions {
|
|
21
21
|
/**
|
|
22
22
|
* IAPKit API key for server-side receipt verification.
|
|
23
|
-
* Get your API key from https://
|
|
23
|
+
* Get your API key from https://kit.openiap.dev
|
|
24
24
|
* This will be available via `Constants.expoConfig?.extra?.iapkitApiKey`
|
|
25
25
|
*/
|
|
26
26
|
iapkitApiKey?: string;
|
package/plugin/src/withIAP.ts
CHANGED
|
@@ -489,7 +489,7 @@ const withIapIOS: ConfigPlugin<WithIapIosOptions | undefined> = (
|
|
|
489
489
|
export interface ExpoIapPluginOptions {
|
|
490
490
|
/**
|
|
491
491
|
* IAPKit API key for server-side receipt verification.
|
|
492
|
-
* Get your API key from https://
|
|
492
|
+
* Get your API key from https://kit.openiap.dev
|
|
493
493
|
* This will be available via `Constants.expoConfig?.extra?.iapkitApiKey`
|
|
494
494
|
*/
|
|
495
495
|
iapkitApiKey?: string;
|