-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VM-1540: registration request notification
- Loading branch information
1 parent
37fe775
commit 09bed2e
Showing
12 changed files
with
135 additions
and
77 deletions.
There are no files selected for viewing
Empty file.
9 changes: 0 additions & 9 deletions
9
src/VirtoCommerce.MarketplaceRegistrationModule.Core/Models/RegistrationRequestDetails.cs
This file was deleted.
Oops, something went wrong.
Empty file.
12 changes: 12 additions & 0 deletions
12
...rketplaceRegistrationModule.Core/PushNotifications/RegistrationRequestPushNotification.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
using VirtoCommerce.Platform.Core.PushNotifications; | ||
|
||
namespace VirtoCommerce.MarketplaceRegistrationModule.Core.PushNotifications; | ||
public class RegistrationRequestPushNotification : PushNotification | ||
{ | ||
public RegistrationRequestPushNotification(string creator) | ||
: base(creator) | ||
{ | ||
} | ||
|
||
public string RegistrationRequestId { get; set; } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.