@pay-com/js 1.1.14 → 1.1.15
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/lib/dts/types/index.d.ts +1 -5
- package/lib/index.d.ts +1 -5
- package/package.json +1 -1
package/lib/dts/types/index.d.ts
CHANGED
|
@@ -146,11 +146,6 @@ export interface UniversalToggles {
|
|
|
146
146
|
* A title to display above the Universal form.
|
|
147
147
|
*/
|
|
148
148
|
title?: string
|
|
149
|
-
|
|
150
|
-
/**
|
|
151
|
-
* If false, the form will render without the save for future usage checkbox.
|
|
152
|
-
*/
|
|
153
|
-
disableSetupFutureUsageCheckbox?: boolean
|
|
154
149
|
}
|
|
155
150
|
|
|
156
151
|
export type LanguageLocalizationOverride = {
|
|
@@ -309,6 +304,7 @@ export interface CheckoutOpts {
|
|
|
309
304
|
displayFailureMessages: boolean
|
|
310
305
|
displayEndOfSessionFailureMessages?: boolean
|
|
311
306
|
disableAdditionalFields?: boolean
|
|
307
|
+
whiteLabel?: boolean
|
|
312
308
|
}
|
|
313
309
|
locale?: Locale
|
|
314
310
|
}
|
package/lib/index.d.ts
CHANGED
|
@@ -151,11 +151,6 @@ interface UniversalToggles {
|
|
|
151
151
|
* A title to display above the Universal form.
|
|
152
152
|
*/
|
|
153
153
|
title?: string
|
|
154
|
-
|
|
155
|
-
/**
|
|
156
|
-
* If false, the form will render without the save for future usage checkbox.
|
|
157
|
-
*/
|
|
158
|
-
disableSetupFutureUsageCheckbox?: boolean
|
|
159
154
|
}
|
|
160
155
|
|
|
161
156
|
type LanguageLocalizationOverride = {
|
|
@@ -314,6 +309,7 @@ interface CheckoutOpts {
|
|
|
314
309
|
displayFailureMessages: boolean
|
|
315
310
|
displayEndOfSessionFailureMessages?: boolean
|
|
316
311
|
disableAdditionalFields?: boolean
|
|
312
|
+
whiteLabel?: boolean
|
|
317
313
|
}
|
|
318
314
|
locale?: Locale
|
|
319
315
|
}
|