File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11
22export const config = {
3- clientId : 'HvmUtpjmMSYmWs7zR367WYETN2aj51yXzxrxoWXu0x ' ,
3+ clientId : 'EdP3Gi1agyUF3yFS7Ngm8iyodLgbSR3wY4ceoJl0d2 ' ,
44 stripeKey : 'pk_test_JwRX4cevuCysIEQrpwcbn3j8' ,
55 categoryPageSize : 8 ,
66 maxCompareProducts : 4 ,
You can’t perform that action at this time.
0 commit comments