Skip to content

Commit

Permalink
version update and little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dayhaysoos committed Mar 8, 2021
1 parent d3a0be0 commit 3a28978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion use-shopping-cart/core/stripe-middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ export const handleStripe = (store) => (next) => async (action) => {
try {
return next(action)
} catch (error) {
console.error('Error:', err)
console.error('Error:', error)
}
}
2 changes: 1 addition & 1 deletion use-shopping-cart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-shopping-cart",
"version": "3.0.0-beta.0",
"version": "3.0.0-beta.2",
"description": "Shopping cart state and logic for Stripe",
"author": "dayhaysoos",
"license": "MIT",
Expand Down

0 comments on commit 3a28978

Please sign in to comment.