@revenuecat/purchases-js 1.7.0 → 1.9.0
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/dist/Purchases.es.d.ts +6 -0
- package/dist/Purchases.es.js +869 -867
- package/dist/Purchases.umd.js +41 -41
- package/package.json +1 -1
package/dist/Purchases.es.d.ts
CHANGED
|
@@ -786,6 +786,12 @@ export declare interface PurchaseParams {
|
|
|
786
786
|
* to the RC transaction as metadata.
|
|
787
787
|
*/
|
|
788
788
|
metadata?: PurchaseMetadata;
|
|
789
|
+
/**
|
|
790
|
+
* If set to true, the SDK will skip the success page and automatically
|
|
791
|
+
* continue the flow once the purchase completes successfully.
|
|
792
|
+
* Defaults to `false`.
|
|
793
|
+
*/
|
|
794
|
+
skipSuccessPage?: boolean;
|
|
789
795
|
}
|
|
790
796
|
|
|
791
797
|
/**
|