mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-05-19 15:46:27 +02:00
Version 3.0.373
This commit is contained in:
parent
f1cbab1d0a
commit
06428d96d9
87 changed files with 1796 additions and 1208 deletions
|
@ -13,8 +13,10 @@ namespace TINK.Model.Connector.Updater
|
|||
{
|
||||
var bookingFinished = new BookingFinishedModel
|
||||
{
|
||||
Co2Saving = response?.co2saving,
|
||||
RentalCosts = "0 €",
|
||||
Co2Saving = response?.bike_returned.co2saving,
|
||||
RentalCosts = response?.bike_returned.total_price,
|
||||
Duration = response?.bike_returned.real_clock,
|
||||
Distance = response?.bike_returned.distance,
|
||||
};
|
||||
|
||||
if (response?.user_miniquery == null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue