We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90a100 commit c3e2235Copy full SHA for c3e2235
src/zoid/card-fields/component.jsx
@@ -109,9 +109,9 @@ type CardFieldsProps = {|
109
partnerAttributionID: string,
110
merchantID: $ReadOnlyArray<string>,
111
installments? : {|
112
- onInstallmentsRequested : () => InstallmentsConfiguration,
113
- onInstallmentsAvailable : (Object) => ?ZalgoPromise<void>,
114
- onInstallmentsError? : (Object) => ?ZalgoPromise<void>
+ onInstallmentsRequested : () => InstallmentsConfiguration | ZalgoPromise<InstallmentsConfiguration>,
+ onInstallmentsAvailable : (Object) => void,
+ onInstallmentsError? : (Object) => void
115
|},
116
|};
117
0 commit comments