You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/functions/lune-integration/README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,10 @@ This Foxy.io-Lune integration provides you with:
16
16
- Set the environment variables
17
17
- Deploy the site
18
18
19
-
You will also need to configure your Lune account default project bundles, and billing info.
19
+
Notes:
20
+
21
+
- You will also need to configure your Lune account default project bundles, and billing info.
22
+
- Note that this integration doesn't handle multi ship transactions. It will only calculate shipping rates with CO2 offset for one shipping, and it will grab the information from the first shipment to create a CO2 offset order in lune.
20
23
21
24
### Deploy this repository to Netlify
22
25
@@ -25,12 +28,12 @@ You will also need to configure your Lune account default project bundles, and b
25
28
3. Add a new site and select the **Import an existing project** option
26
29
4. Connect your GitHub account and choose your repository (the repository name should be something like `your-github-username/foxy-node-netlify-functions`)
27
30
5. In the site settings, click the **Show advanced** button
28
-
6. Under the Advanced build settings section, click the **New variable** button, yoyu will add two environment variables.
31
+
6. Under the Advanced build settings section, click the **New variable** button, you will add two environment variables.
29
32
7. In the Key field, enter `LUNE_API_KEY`
30
33
8. In the Value field, enter your Lune API key
31
34
9. Deploy the site
32
35
33
-
### Create a new Foxy Weebhok
36
+
### Create a new Foxy Webhook
34
37
35
38
After the deploy is complete, click the "functions" tab, look for the `lune-integration` function and copy the **Endpoint URL**.
36
39
@@ -42,7 +45,7 @@ Specify a query string value within the `API filter query string` with the follo
0 commit comments