Skip to content

Commit cce167a

Browse files
authored
Revert OOTB clientID (#16)
- Revert OOTB clientID - Add documentation for compare config
1 parent 04ffa7b commit cce167a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Parameters that require configuration are in the `./src/config.ts` file:
6161
|`clientId`| Required| String| The Client ID of your store.|
6262
|`stripeKey`| Required| String| Stripe publishable API key.|
6363
|`categoryPageSize`| Required| String| Maximum number of products to display on a category page.|
64+
|`maxCompareProducts`| Required| String| Maximum number of products to display in compare view.|
6465

6566
## Contributors ✨
6667

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
export const config = {
3-
clientId: 'HvmUtpjmMSYmWs7zR367WYETN2aj51yXzxrxoWXu0x',
3+
clientId: 'EdP3Gi1agyUF3yFS7Ngm8iyodLgbSR3wY4ceoJl0d2',
44
stripeKey: 'pk_test_JwRX4cevuCysIEQrpwcbn3j8',
55
categoryPageSize: 8,
66
maxCompareProducts: 4,

0 commit comments

Comments
 (0)