Skip to content

Commit c3e2235

Browse files
author
paraghavendran
committed
Added
1 parent a90a100 commit c3e2235

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/zoid/card-fields/component.jsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ type CardFieldsProps = {|
109109
partnerAttributionID: string,
110110
merchantID: $ReadOnlyArray<string>,
111111
installments? : {|
112-
onInstallmentsRequested : () => InstallmentsConfiguration,
113-
onInstallmentsAvailable : (Object) => ?ZalgoPromise<void>,
114-
onInstallmentsError? : (Object) => ?ZalgoPromise<void>
112+
onInstallmentsRequested : () => InstallmentsConfiguration | ZalgoPromise<InstallmentsConfiguration>,
113+
onInstallmentsAvailable : (Object) => void,
114+
onInstallmentsError? : (Object) => void
115115
|},
116116
|};
117117

0 commit comments

Comments
 (0)