Subversion Repositories SmartDukaan

Rev

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

Rev 35504 Rev 35840
Line 185... Line 185...
185
    }
185
    }
186
 
186
 
187
    public SendNotificationModel getDefaultNotificationModel() {
187
    public SendNotificationModel getDefaultNotificationModel() {
188
        SendNotificationModel sendNotificationModel = new SendNotificationModel();
188
        SendNotificationModel sendNotificationModel = new SendNotificationModel();
189
        sendNotificationModel.setType("url");
189
        sendNotificationModel.setType("url");
190
        sendNotificationModel.setUrl("https://smartdukaan.com/pages/home/notifications");
190
        sendNotificationModel.setUrl("https://app.smartdukaan.com/pages/home/notifications");
191
        sendNotificationModel.setExpiresat(LocalDateTime.now().plusDays(1));
191
        sendNotificationModel.setExpiresat(LocalDateTime.now().plusDays(1));
192
        sendNotificationModel.setMessageType(MessageType.notification);
192
        sendNotificationModel.setMessageType(MessageType.notification);
193
        return sendNotificationModel;
193
        return sendNotificationModel;
194
    }
194
    }
195
 
195