From 9db43e100a672b6d6932ac68c0fbe503c129138b Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Sun, 12 Sep 2021 22:01:51 +0530 Subject: Added a check to verify that the folder name of the recipe matches the recipe id (#708) Use the recipe-id as master to rename internal folder names --- recipes/paymo/icon.svg | 1 + recipes/paymo/index.js | 1 + recipes/paymo/package.json | 9 +++++++++ recipes/paymo/webview.js | 2 ++ 4 files changed, 13 insertions(+) create mode 100644 recipes/paymo/icon.svg create mode 100644 recipes/paymo/index.js create mode 100644 recipes/paymo/package.json create mode 100644 recipes/paymo/webview.js (limited to 'recipes/paymo') diff --git a/recipes/paymo/icon.svg b/recipes/paymo/icon.svg new file mode 100644 index 0000000..58199e0 --- /dev/null +++ b/recipes/paymo/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/recipes/paymo/index.js b/recipes/paymo/index.js new file mode 100644 index 0000000..23607bd --- /dev/null +++ b/recipes/paymo/index.js @@ -0,0 +1 @@ +module.exports = Ferdi => Ferdi; diff --git a/recipes/paymo/package.json b/recipes/paymo/package.json new file mode 100644 index 0000000..905f8da --- /dev/null +++ b/recipes/paymo/package.json @@ -0,0 +1,9 @@ +{ + "id": "paymo", + "name": "paymo", + "version": "1.1.0", + "license": "MIT", + "config": { + "serviceURL": "https://app.paymoapp.com/auth/login" + } +} diff --git a/recipes/paymo/webview.js b/recipes/paymo/webview.js new file mode 100644 index 0000000..7e19dff --- /dev/null +++ b/recipes/paymo/webview.js @@ -0,0 +1,2 @@ +module.exports = Ferdi => { +}; -- cgit v1.2.3-70-g09d2