Skip to content

Commit 355fb39

Browse files
committed
A bit more
1 parent 5c6863c commit 355fb39

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

config/shopify.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@
3838
'tags' => true,
3939
],
4040

41-
/**
42-
* Admin API Limit - Lower this if you bump into issues.
43-
*/
44-
'api_limit' => 30,
45-
4641
/**
4742
* Admin API version - Set this to a fixed value (eg 2023-07) or null to let the library decide
4843
*/

docs/content/en/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ Set up a private app on Shopify for this add-on using the following steps:
5454
6. Click the "API Credentials" tab. Add the `Admin API access token` to your `.env` as `SHOPIFY_ADMIN_TOKEN`.
5555
7. If you've configured the app properly you should see a button that says "Install App". Click this.
5656

57-
### 3. Shopfront redirection
57+
### Step 3. Shopfront redirection
5858
If you are not intending to use the Shopify storefront you should perform redirection from any Shopify URLs to your website.
5959

6060
We recommend installing Shopify's [Hydrogen Redirect Theme](https://github.com/Shopify/hydrogen-redirect-theme), and following their setup instructions.
6161

62-
### 4. Finalise your .env
62+
### Step 4. Finalise your .env
6363
After completing steps 1 and 2 your .env should look as follows:
6464

6565
```bash

0 commit comments

Comments
 (0)