Include trade in type and container size to battery info rider api call #783
This commit is contained in:
parent
010bdca458
commit
7a5583d840
1 changed files with 2 additions and 0 deletions
|
|
@ -1191,6 +1191,8 @@ class RiderAppController extends ApiController
|
|||
'id' => $sap_battery->getID(),
|
||||
'brand' => $sap_battery->getBrand()->getName(),
|
||||
'size' => $sap_battery->getSize()->getName(),
|
||||
'size_id' => $sap_battery->getSize()->getID(),
|
||||
'trade_in_type' => TradeInType::MOTOLITE,
|
||||
'container_size' => $sap_battery->getContainerSize()->getName(),
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue