Convert checkout view
This commit is contained in:
parent
519ba8452b
commit
610b3ca4ad
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user