refactor: implement or remove BoostPurchase stub in admin modals #16
Labels
No labels
P1
P2
P3
PHP
agent-ready
bug
clotho
discovery
docs
epic
refactor
review
security
testing
athena
athena-gemini
audit
clotho
clotho-gemini
codex
darbs-claude
security
wiki
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: core/php-admin#16
Loading…
Add table
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?
Issue
src/Website/Hub/View/Modal/Admin/BoostPurchase.phpcontains stub implementation waiting for Blesta integration.Current Implementation (lines 63-70)
Issues
config('services.blesta.checkout_url')could be nullDecision Required
Option A: Implement Blesta Integration
config/services.phpcomposer.jsonOption B: Remove Feature
Option C: Stub with External Link
Files Affected
src/Website/Hub/View/Modal/Admin/BoostPurchase.phpsrc/Website/Hub/View/Blade/admin/boost-purchase.blade.phpconfig/services.php(if implementing)Security Concern
Redirect URL validation (line 69):
config('services.blesta.checkout_url') . '?boost=true'Priority
High - Incomplete feature exposed to users.
Discovered by
Automatic codebase scan (issue #3)