diff --git a/src/useTellerConnect.ts b/src/useTellerConnect.ts index 29fec56..9fb94f3 100644 --- a/src/useTellerConnect.ts +++ b/src/useTellerConnect.ts @@ -56,6 +56,8 @@ export const useTellerConnect = (options: TellerConnectOptions) => { options.applicationId, options.enrollmentId, options.connectToken, + options.institution, + options.appearance, productsString ]);