cart total null fix for braintree payment
This commit is contained in:
@@ -17,6 +17,9 @@ public class CartTotalModel implements Serializable {
|
||||
}
|
||||
|
||||
public String getTitle() {
|
||||
if(title == null){
|
||||
title = "";
|
||||
}
|
||||
return title;
|
||||
}
|
||||
|
||||
@@ -25,6 +28,9 @@ public class CartTotalModel implements Serializable {
|
||||
}
|
||||
|
||||
public String getText() {
|
||||
if(text == null){
|
||||
text = "";
|
||||
}
|
||||
return text;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user