Subversion Repositories SmartDukaan

Rev

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

Rev 33577 Rev 33578
Line 36... Line 36...
36
 
36
 
37
    void sentMailToPaymentApprover(BrandFeeCollection feeCollection) throws Exception;
37
    void sentMailToPaymentApprover(BrandFeeCollection feeCollection) throws Exception;
38
 
38
 
39
    PartnerOnBoardingPanel createPartnerOnboardingPanel(int loiId, int authId) throws ProfitMandiBusinessException;
39
    PartnerOnBoardingPanel createPartnerOnboardingPanel(int loiId, int authId) throws ProfitMandiBusinessException;
40
 
40
 
41
    void sendPaymentApprovalMail(BrandFeeCollection feeCollection) throws Exception;
41
    void sendPaymentStatusMailToLoiFiller(BrandFeeCollection feeCollection) throws Exception;
42
}
42
}