convert checkout

This commit is contained in:
Russ Long 2018-12-24 12:59:04 -05:00
parent 6310dbcb23
commit cf5780176d

View File

@ -75,9 +75,6 @@ class PagesController extends Controller
return view('checkout_select_form');
} elseif (!$checkout_req->checkout_payment_method) {
$checkout_bidder = $checkout_req->checkoutbiddernum;
$checkout_list_results = WinningBids::with('items')
->where('winning_bidder_num', $checkout_bidder)
->get();
$checkout_info_results = WinningBids::with('bidders')
->with('items')
->where('winning_bidder_num', $checkout_bidder)