notification+wallet fixes
This commit is contained in:
parent
eafd68d3c2
commit
360bdd471f
|
|
@ -268,7 +268,7 @@ func (h *Handler) GetNotifications(c *fiber.Ctx) error {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (h *Handler) getAllRecipientIDs(ctx context.Context, receiver domain.NotificationRecieverSide) ([]int64, error) {
|
func (h *Handler) GetAllRecipientIDs(ctx context.Context, receiver domain.NotificationRecieverSide) ([]int64, error) {
|
||||||
return h.notificationSvc.ListRecipientIDs(ctx, receiver)
|
return h.notificationSvc.ListRecipientIDs(ctx, receiver)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@ type CustomerWalletRes struct {
|
||||||
CreatedAt time.Time `json:"created_at"`
|
CreatedAt time.Time `json:"created_at"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func convertCustomerWallet(wallet domain.GetCustomerWallet) CustomerWalletRes {
|
func ConvertCustomerWallet(wallet domain.GetCustomerWallet) CustomerWalletRes {
|
||||||
return CustomerWalletRes{
|
return CustomerWalletRes{
|
||||||
ID: wallet.ID,
|
ID: wallet.ID,
|
||||||
RegularID: wallet.RegularID,
|
RegularID: wallet.RegularID,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user