diff --git a/src/lib/contracts/CheckoutPopupOptions.ts b/src/lib/contracts/CheckoutPopupOptions.ts index 0a04f3b..c794fcf 100644 --- a/src/lib/contracts/CheckoutPopupOptions.ts +++ b/src/lib/contracts/CheckoutPopupOptions.ts @@ -52,17 +52,10 @@ export interface CheckoutPopupParams { */ id?: string; - /** - * An optional string to override the product’s title. - * - * @default "Defaults to the product’s title set within the Freemius dashboard." - */ - name?: string; - /** * An optional string to override the checkout’s title when buying a new license. * - * @default "Great selection, {{ firstName }}!" + * @default "{{ productTitle }} {{ planTitle }}" */ title?: string;