Skip to content

Commit

Permalink
Merge pull request #18 from bakaphp/hotfix-tradein
Browse files Browse the repository at this point in the history
Hotfix Add Trade In
  • Loading branch information
rwhite27 authored Dec 29, 2021
2 parents e9cc6c6 + 135fe29 commit d1a5af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Leads/Lead.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ public function addTradeIn(Dealer $dealer, User $user, array $data) : array
]
);

return $response['tradeInVehicleIds'];
return $response;
}

/**
Expand Down

0 comments on commit d1a5af6

Please sign in to comment.