Subversion Repositories SmartDukaan

Rev

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

Rev 33505 Rev 33548
Line 1025... Line 1025...
1025
            scheme = new Scheme();
1025
            scheme = new Scheme();
1026
            scheme.setName("Super Retailer Club");
1026
            scheme.setName("Super Retailer Club");
1027
            scheme.setStartDateTime(LocalDate.of(2024, 2, 1).atStartOfDay());
1027
            scheme.setStartDateTime(LocalDate.of(2024, 2, 1).atStartOfDay());
1028
            scheme.setEndDateTime(LocalDate.of(2024, 6, 30).atTime(LocalTime.MAX));
1028
            scheme.setEndDateTime(LocalDate.of(2024, 6, 30).atTime(LocalTime.MAX));
1029
            scheme.setTarget(fofoStore.getTarget());
1029
            scheme.setTarget(fofoStore.getTarget());
-
 
1030
 
-
 
1031
            if(scheme.getEndDateTime().isBefore(LocalDateTime.now())) return null;
1030
        }
1032
        }
1031
        return scheme;
1033
        return scheme;
1032
    }
1034
    }
1033
 
1035
 
1034
    @Override
1036
    @Override