Subversion Repositories SmartDukaan

Rev

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

Rev 6593 Rev 7853
Line 310... Line 310...
310
    }
310
    }
311
    
311
    
312
    public String getRetargettingLabel() {
312
    public String getRetargettingLabel() {
313
    	return label.get(this.productId);
313
    	return label.get(this.productId);
314
    }
314
    }
-
 
315
    
-
 
316
 
-
 
317
    public String getEmiObject(){
-
 
318
    	return ProceedToPayController.getEmiSchemesInJSON();
-
 
319
    }
315
 
320
 
316
}
321
}
317
322