| Line 272... |
Line 272... |
| 272 |
|
272 |
|
| 273 |
SendNotificationModel sendNotificationModel = new SendNotificationModel();
|
273 |
SendNotificationModel sendNotificationModel = new SendNotificationModel();
|
| 274 |
sendNotificationModel.setCampaignName("Billing Request");
|
274 |
sendNotificationModel.setCampaignName("Billing Request");
|
| 275 |
sendNotificationModel.setTitle("Billing Request");
|
275 |
sendNotificationModel.setTitle("Billing Request");
|
| 276 |
sendNotificationModel.setMessage(String.format("Your Billing Request is " + " " + status
|
276 |
sendNotificationModel.setMessage(String.format("Your Billing Request is " + " " + status
|
| 277 |
+ "Please ensure to order the missing focus models as soon as possible"));
|
277 |
+ ". Please ensure to order the missing focus models as soon as possible"));
|
| 278 |
sendNotificationModel.setType("url");
|
278 |
sendNotificationModel.setType("url");
|
| 279 |
sendNotificationModel.setUrl("https://app.smartdukaan.com/pages/home/notifications");
|
279 |
sendNotificationModel.setUrl("https://app.smartdukaan.com/pages/home/notifications");
|
| 280 |
sendNotificationModel.setExpiresat(LocalDateTime.now().plusDays(1));
|
280 |
sendNotificationModel.setExpiresat(LocalDateTime.now().plusDays(1));
|
| 281 |
sendNotificationModel.setMessageType(MessageType.notification);
|
281 |
sendNotificationModel.setMessageType(MessageType.notification);
|
| 282 |
sendNotificationModel
|
282 |
sendNotificationModel
|