sms-address-pin-reset #14

Merged
carlos merged 12 commits from sms-address-pin-reset into master 2025-04-28 10:27:12 +02:00
Showing only changes of commit 58366274c3 - Show all commits

View File

@ -660,3 +660,11 @@ func (das *DevAccountService) SendUpsellSMS(ctx context.Context, inviterPhone, i
Invitee: inviteePhone,
}, nil
}
func (das *DevAccountService) SendPINResetSMS(ctx context.Context, admin, phone string) error {
return fmt.Errorf("unimplemented")
}
func (das *DevAccountService) SendAddressSMS(ctx context.Context, publicKey, originPhone string) error {
return fmt.Errorf("unimplemented")
}