@officexapp/catalog-types 0.1.8 → 0.1.9
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/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -767,6 +767,8 @@ export interface CheckoutSettings {
|
|
|
767
767
|
};
|
|
768
768
|
};
|
|
769
769
|
};
|
|
770
|
+
/** Allow visitors to continue without paying. Defaults to true. */
|
|
771
|
+
allow_skip?: boolean;
|
|
770
772
|
/** "hosted" redirects to Stripe, "embedded" renders inline payment form.
|
|
771
773
|
* Defaults to "embedded" when stripe_publishable_key is set, else "hosted". */
|
|
772
774
|
ui_mode?: "hosted" | "embedded";
|