diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..acc3416 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/purchase-limit-guard.iml b/.idea/purchase-limit-guard.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/purchase-limit-guard.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/wix.config.json b/wix.config.json index ec5f50a..b160d7b 100644 --- a/wix.config.json +++ b/wix.config.json @@ -1,5 +1,5 @@ { "$schema": "https://dev.wix.com/wix-cli/schemas/wix-config.json", - "appId": "a21a2d2f-e642-4195-adcc-ccdd389ba3c0", - "projectId": "standalone-carbon-offset" + "appId": "42a22050-891c-405c-ab5d-3aecfd001b04", + "projectId": "purchase-limit-guard" }