convert checkout
This commit is contained in:
parent
6310dbcb23
commit
cf5780176d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user