Subversion Repositories SmartDukaan

Rev

Rev 2598 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2598 Rev 3830
Line 1... Line -...
1
#if($action.getEstimatedTime() == -1)
-
 
2
	Location not serviceable
-
 
3
#elseif($action.getEstimatedTime() == 1)
-
 
4
	Within $action.getEstimatedTime() business day
-
 
5
#else
-
 
6
	Within $action.getEstimatedTime() business days
-
 
7
#end
-
 
8
1
$action.getResponseJSONString()
-
 
2
9
3