Skip to content

Commit 08a5f41

Browse files
authored
Merge pull request #1075 from PayButton/feat/trigger-logs-view
[#946] Trigger logs view
2 parents b745c2e + e710cea commit 08a5f41

File tree

21 files changed

+1748
-863
lines changed

21 files changed

+1748
-863
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
git_hook_setup = cp .githooks/pre-commit .git/hooks/pre-commit
22
git_diff_to_master = git diff --name-only --diff-filter=ACMRTUXB origin/master > DIFF
3-
create_test_paybutton_json = echo { \"priceAPIURL\": \"foo\", \"networkBlockchainClients\": { \"ecash\": \"chronik\", \"bitcoincash\": \"chronik\" }, \"networkBlockchainURLs\": { \"ecash\": [\"https://xec.paybutton.io\"], \"bitcoincash\": [\"https://bch.paybutton.io\"] }, \"wsBaseURL\": \"http://localhost:5000\", \"apiDomain\": \"http://localhost:3000\" } > paybutton-config.json
3+
create_test_paybutton_json = echo { \"priceAPIURL\": \"foo\", \"networkBlockchainClients\": { \"ecash\": \"chronik\", \"bitcoincash\": \"chronik\" }, \"networkBlockchainURLs\": { \"ecash\": [\"https://xec.paybutton.io\"], \"bitcoincash\": [\"https://bch.paybutton.io\"] }, \"wsBaseURL\": \"http://localhost:5000\", \"apiDomain\": \"http://localhost:3000\", \"proSettings\": { \"enabled\": true, \"monthsCost\": { \"1\": 10, \"3\": 20, \"6\": 30, \"12\": 50 }, \"payoutAddress\": \"ecash:qrf4zh4vgrdal8d8gu905d90w5u2y60djcd2d5h6un\", \"standardDailyEmailLimit\": 5, \"proDailyEmailLimit\": 100, \"standardDailyPostLimit\": 5, \"proDailyPostLimit\": 100, \"standardAddressesPerButtonLimit\": 20, \"proAddressesPerButtonLimit\": \"Inf\" } } > paybutton-config.json
44
touch_local_env = touch .env.local
55

66
prod:

components/Paybutton/PaybuttonTrigger.tsx

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

0 commit comments

Comments
 (0)