|
@@ -1859,68 +1859,14 @@ namespace EVCB_OCPP.WSServer
|
|
|
{
|
|
|
client.ChargingPrices = new List<ChargingPrice>();
|
|
|
}
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
+ }
|
|
|
|
|
|
displayPriceText = stationPrice.FeeName;
|
|
|
client.BillingMethod = stationPrice.BillingMethod;
|
|
|
client.Currency = stationPrice.Currency;
|
|
|
client.ChargingFeebyHour = stationPrice.ChargingFeebyHour;
|
|
|
client.ParkingFee = stationPrice.ParkingFee;
|
|
|
- client.IsBilling = true;
|
|
|
-
|
|
|
- logger.Debug(string.Format("displayPriceText:{0}\r\n client.BillingMethod:{1}\r\n client.Currency:{2}\r\nclient.ChargingFeebyHour:{3}\r\nclient.ParkingFee:{4}\r\n",
|
|
|
- displayPriceText, client.BillingMethod, client.Currency, client.ChargingFeebyHour, client.ParkingFee));
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+ client.IsBilling = true;
|
|
|
}
|
|
|
|
|
|
return displayPriceText;
|