Skip to content

Commit

Permalink
[TRIGGER] New form submitted for Formaloo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortes committed Feb 19, 2025
1 parent 0283bcf commit 9449bc9
Show file tree
Hide file tree
Showing 15 changed files with 444 additions and 708 deletions.
23 changes: 0 additions & 23 deletions components/formaloo/actions/common/utils.mjs

This file was deleted.

177 changes: 0 additions & 177 deletions components/formaloo/actions/create-customer/create-customer.mjs

This file was deleted.

177 changes: 0 additions & 177 deletions components/formaloo/actions/update-customer/update-customer.mjs

This file was deleted.

11 changes: 11 additions & 0 deletions components/formaloo/common/constants.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const BASE_URL = "https://api.formaloo.net";
const VERSION_PATH = "/v2.0";
const WEBHOOK_SLUG = "webhookSlug";
const SECRET = "secret";

export default {
BASE_URL,
VERSION_PATH,
WEBHOOK_SLUG,
SECRET,
};
Loading

0 comments on commit 9449bc9

Please sign in to comment.