Subversion Repositories SmartDukaan

Rev

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

Rev 2137 Rev 2141
Line 1... Line 1...
1
package in.shop2020.serving.utils;
1
package in.shop2020.serving.utils;
2
 
2
 
3
import in.shop2020.model.v1.user.Cart;
3
import in.shop2020.model.v1.user.Cart;
4
import in.shop2020.model.v1.user.UserContextService;
-
 
5
import in.shop2020.thrift.clients.UserContextServiceClient;
4
import in.shop2020.thrift.clients.UserContextServiceClient;
6
 
5
 
7
import java.text.DecimalFormat;
-
 
8
import java.text.NumberFormat;
6
import java.text.NumberFormat;
9
import java.util.Locale;
7
import java.util.Locale;
10
 
8
 
11
public class FormattingUtils {
9
public class FormattingUtils {
12
 
10