diff --git a/LICENSE b/LICENSE index 43bc072..1f5d504 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ MIT License Copyright (c) Bonfida. +Copyright (c) SNS. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index db35414..b901c7d 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@
diff --git a/src/lib/contexts/cart.tsx b/src/lib/contexts/cart.tsx index 6007fe7..2d3ddf8 100644 --- a/src/lib/contexts/cart.tsx +++ b/src/lib/contexts/cart.tsx @@ -38,7 +38,7 @@ export const CartContextProvider = ({ referrerKey?: WidgetProps["referrerKey"]; } = {}) => { const [cart = {}, updateCart] = useSessionStorageState