Skip to content

Commit 1a6fb5e

Browse files
committed
[TRIGGER] New form submitted for Formaloo
1 parent 0283bcf commit 1a6fb5e

File tree

15 files changed

+444
-708
lines changed

15 files changed

+444
-708
lines changed

components/formaloo/actions/common/utils.mjs

Lines changed: 0 additions & 23 deletions
This file was deleted.

components/formaloo/actions/create-customer/create-customer.mjs

Lines changed: 0 additions & 177 deletions
This file was deleted.

components/formaloo/actions/update-customer/update-customer.mjs

Lines changed: 0 additions & 177 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
const BASE_URL = "https://api.formaloo.net";
2+
const VERSION_PATH = "/v2.0";
3+
const WEBHOOK_SLUG = "webhookSlug";
4+
const SECRET = "secret";
5+
6+
export default {
7+
BASE_URL,
8+
VERSION_PATH,
9+
WEBHOOK_SLUG,
10+
SECRET,
11+
};

0 commit comments

Comments
 (0)