Subversion Repositories SmartDukaan

Rev

Rev 34550 | Rev 34903 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34550 Rev 34902
Line 171... Line 171...
171
    }
171
    }
172
 
172
 
173
    public SendNotificationModel getDefaultNotificationModel() {
173
    public SendNotificationModel getDefaultNotificationModel() {
174
        SendNotificationModel sendNotificationModel = new SendNotificationModel();
174
        SendNotificationModel sendNotificationModel = new SendNotificationModel();
175
        sendNotificationModel.setType("url");
175
        sendNotificationModel.setType("url");
176
        sendNotificationModel.setUrl("https://app.smartdukaan.com/pages/home/notifications");
176
        sendNotificationModel.setUrl("https://smartdukaan.com/pages/home/notifications");
177
        sendNotificationModel.setExpiresat(LocalDateTime.now().plusDays(1));
177
        sendNotificationModel.setExpiresat(LocalDateTime.now().plusDays(1));
178
        sendNotificationModel.setMessageType(MessageType.notification);
178
        sendNotificationModel.setMessageType(MessageType.notification);
179
        return sendNotificationModel;
179
        return sendNotificationModel;
180
    }
180
    }
181
 
181