@chargehive/types 2.4.0 → 2.4.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/chargehive.d.ts +4 -4
- package/package.json +1 -1
package/chargehive.d.ts
CHANGED
|
@@ -71,11 +71,11 @@ export interface ChargeHiveType extends ChargeType, ChargeHiveEventTarget
|
|
|
71
71
|
export interface WalletOptions
|
|
72
72
|
{
|
|
73
73
|
/**
|
|
74
|
-
* @default
|
|
74
|
+
* @default false
|
|
75
75
|
*/
|
|
76
76
|
requireEmail?: boolean;
|
|
77
77
|
/**
|
|
78
|
-
* @default
|
|
78
|
+
* @default false
|
|
79
79
|
*/
|
|
80
80
|
requireBillingAddress?: boolean;
|
|
81
81
|
/**
|
|
@@ -382,7 +382,7 @@ export interface WalletOptionsResponse
|
|
|
382
382
|
merchantId?: string;
|
|
383
383
|
merchantName?: string;
|
|
384
384
|
/**
|
|
385
|
-
* @default
|
|
385
|
+
* @default false
|
|
386
386
|
*/
|
|
387
387
|
requireEmail?: boolean;
|
|
388
388
|
/**
|
|
@@ -407,7 +407,7 @@ export interface WalletOptionsResponse
|
|
|
407
407
|
connectorLibrary: string;
|
|
408
408
|
acquirerCountry?: string;
|
|
409
409
|
/**
|
|
410
|
-
* @default
|
|
410
|
+
* @default false
|
|
411
411
|
*/
|
|
412
412
|
requireBillingAddress?: boolean;
|
|
413
413
|
/**
|
package/package.json
CHANGED