Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
fix: correct prop for initializing class
Browse files Browse the repository at this point in the history
Release-As: 0.0.4
  • Loading branch information
einaralex committed Nov 8, 2023
1 parent 9dc0da4 commit cc509bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sdk-react-provider/src/lib/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const MoneriumProvider: FC<MoneriumProviderProps> = ({
// Initialize the SDK
useEffect(() => {
const sdk = new MoneriumClient({
env: environment,
environment: environment,
clientId,
redirectUrl,
});
Expand Down

0 comments on commit cc509bf

Please sign in to comment.