Convert checkout view

This commit is contained in:
Russ Long 2018-12-24 12:49:25 -05:00
parent 519ba8452b
commit 610b3ca4ad

View File

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