Subversion Repositories SmartDukaan

Rev

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

Rev 35418 Rev 35425
Line 926... Line 926...
926
            }
926
            }
927
        }
927
        }
928
 
928
 
929
        if (fofoStore.isTrial()) {
929
        if (fofoStore.isTrial()) {
930
 
930
 
931
            storeTimelineTatService.sendTrialStoreCreationMail(
931
            storeTimelineTatService.sendTrialStoreCreationMail(fofoStore, updateRetailerRequest);
932
                    fofoStore,
-
 
933
                    updateRetailerRequest
932
            storeTimelineTatService.sendTrialActivationMail(fofoStore, updateRetailerRequest);
934
            );
-
 
935
 
933
 
936
            if (fofoStore.getActivationType() == ActivationType.ACTIVE
-
 
937
                    && fofoStore.getActiveTimeStamp() != null) {
-
 
938
 
-
 
939
                storeTimelineTatService.sendTrialActivationMail(
-
 
940
                        fofoStore,
-
 
941
                        updateRetailerRequest
-
 
942
                );
-
 
943
            }
-
 
944
        }
934
        }
945
 
935
 
946
        return fofoStore;
936
        return fofoStore;
947
    }
937
    }
948
 
938