feat: Changes to self hosted purchase

This commit is contained in:
2026-08-11 09:30:19 +01:00
parent 3acbf01d46
commit a228ab24a0
20 changed files with 150 additions and 433 deletions
-8
View File
@@ -71,11 +71,3 @@ func (s Sender) SendDeletionWarning(to, instanceName, portalURL string, deleteOn
DeleteOn time.Time
}{instanceName, portalURL, when, deleteOn})
}
// SendLinkReminder chases a self-hosted customer who paid but never linked.
func (s Sender) SendLinkReminder(to, instanceName string) error {
return s.sendTemplate(to, "", "linkreminder", struct {
InstanceName string
PortalURL string
}{instanceName, s.PublicURL})
}