|
@@ -69,10 +69,10 @@ public class PaypalIncrement implements PayEntity {
|
|
|
if("en".equals(lang) && incrementType.getValidTimeType() == 1){
|
|
|
return EnLang.senior_en + ":" + order.getCount() +EnLang.month_en ;
|
|
|
}
|
|
|
- if("cn".equals(lang) && incrementType.getValidTimeType() == 0){
|
|
|
+ if("zh".equals(lang) && incrementType.getValidTimeType() == 0){
|
|
|
return EnLang.premium_cn + ":" + order.getCount() +EnLang.year_cn ;
|
|
|
}
|
|
|
- if("cn".equals(lang) && incrementType.getValidTimeType() == 1){
|
|
|
+ if("zh".equals(lang) && incrementType.getValidTimeType() == 1){
|
|
|
return EnLang.senior_cn + ":" + order.getCount() +EnLang.month_cn ;
|
|
|
}
|
|
|
return EnLang.senior_en + ":" + order.getCount() +EnLang.month_en ;
|