Skip to content

Commit

Permalink
Fixed readme js object typo (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
myckhel authored Nov 2, 2021
1 parent 4043f79 commit 3e9b905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ function App() {

useEffect(() => {
initStripe({
publishableKey: publishableKey
publishableKey: publishableKey,
merchantIdentifier: 'merchant.identifier',
});
}, []);
Expand Down

0 comments on commit 3e9b905

Please sign in to comment.