many fixes and improvements - rework for modules/ and common/
feat(emailer): add Postmark and Resend providers
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Hutopy.Modules.Memberships.Contracts;
|
||||
|
||||
[PublicAPI]
|
||||
public record MembershipCheckoutSession(
|
||||
string Id,
|
||||
string Url);
|
||||
Reference in New Issue
Block a user