Skip to content

Commit

Permalink
Update src/components/EmbeddedCheckoutProvider.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Polo Li <[email protected]>
  • Loading branch information
tiff-stripe and pololi-stripe authored Mar 8, 2024
1 parent 15c7b80 commit 291d1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EmbeddedCheckoutProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export const EmbeddedCheckoutProvider: FunctionComponent<PropsWithChildren<
}

if (
options.clientSecret === undefined ||
options.clientSecret === undefined &&
options.fetchClientSecret === undefined
) {
console.warn(
Expand Down

0 comments on commit 291d1df

Please sign in to comment.