We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7434883 commit b6c6270Copy full SHA for b6c6270
1 file changed
types/braintree-web/modules/local-payment.d.ts
@@ -44,10 +44,12 @@ export interface LocalPaymentStartPaymentOptions {
44
currencyCode: string;
45
paymentType: LocalPaymentTypes;
46
fallback?: LocalPaymentFallback | undefined;
47
- windowOptions?: {
48
- width?: number | undefined;
49
- height?: number | undefined;
50
- } | undefined;
+ windowOptions?:
+ | {
+ width?: number | undefined;
+ height?: number | undefined;
51
+ }
52
+ | undefined;
53
givenName?: string | undefined;
54
surname?: string | undefined;
55
displayName?: string | undefined;
0 commit comments