User Story:
As a creator, I want to close my campaign early so that donors know fundraising has ended.
Acceptance Criteria:
POST /campaigns/:id/close sets status to CLOSED
- Only creator can close their own campaign
- Requires wallet signature verification (replay of signed payload)
- Triggers notification to all donors
- Records close event in AuditLog
User Story:
As a creator, I want to close my campaign early so that donors know fundraising has ended.
Acceptance Criteria:
POST /campaigns/:id/closesets status toCLOSED