mirror of
https://github.com/guyzyl/whatsapp-contact-sync.git
synced 2026-04-25 22:15:49 +03:00
[PR #204] [MERGED] Add enforcePayments feature to manage purchase requirements #213
Labels
No labels
big-feature
bug
dependencies
duplicate
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whatsapp-contact-sync#213
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/guyzyl/whatsapp-contact-sync/pull/204
Author: @guyzyl
Created: 4/5/2025
Status: ✅ Merged
Merged: 4/5/2025
Merged by: @guyzyl
Base:
main← Head:support-disabling-payments📝 Commits (3)
3be7877Add enforcePayments feature to manage purchase requirements via ENFORCE_PAYMENTS env var608b29dShare value of payment enforcement across app via status updatesf76e2b2Return the "Buy Me a Coffee" button, if payme t isn't required.📊 Changes
8 files changed (+47 additions, -13 deletions)
View changed files
📝
interfaces/api.ts(+1 -0)📝
server/main.ts(+5 -5)📝
server/routes/api.ts(+6 -3)📝
server/src/payments.ts(+3 -3)📝
web/src/components/Footer.vue(+6 -2)📝
web/src/main.ts(+4 -0)📝
web/src/pages/Sync.vue(+15 -0)➕
web/src/settings.ts(+7 -0)📄 Description
Set
ENFORCE_PAYMENTS=trueenv var to force, anything else will disable it.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.