retire the bunq integration
All checks were successful
Deploy / build-deploy (push) Successful in 3m32s
All checks were successful
Deploy / build-deploy (push) Successful in 3m32s
The webhook is deregistered at bunq and the callback endpoint, its parser, default-deny classifier, dedup ledger and signature check are removed; the code is in git history if a bank feed ever comes back. /financials keeps reading the hand-maintained aggregates file, and sales + shop donations stay live from the order ledger. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
4c49000d46
commit
c31797bd9a
13 changed files with 70 additions and 1694 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -21,13 +21,6 @@ media/
|
|||
orders.jsonl
|
||||
*.fake-paid
|
||||
*.financials.json
|
||||
*.financials-seen.json
|
||||
*.financial-rules.json
|
||||
bunq-state.json
|
||||
# tools/bunq-callback.sh's client keypair (a PRIVATE key) and the bunq server
|
||||
# public key it saves for BUNQ_CALLBACK_PUBKEY. Home-machine credentials.
|
||||
bunq-client-key.pem
|
||||
bunq-server-public-key.pem
|
||||
|
||||
.env
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue