convert checkout
This commit is contained in:
@ -79,8 +79,9 @@ class PagesController extends Controller
|
||||
->where('winning_bidder_num', $checkout_bidder)
|
||||
->get();
|
||||
$checkout_info_results = WinningBids::with('bidders')
|
||||
->where('winning_bidder_num', $checkout_bidder)
|
||||
->get();
|
||||
->with('items')
|
||||
->where('winning_bidder_num', $checkout_bidder)
|
||||
->get();
|
||||
$checkout_cost_result = WinningBids::where('winning_bidder_num', $checkout_bidder)
|
||||
->sum('winning_cost');
|
||||
return view('checkout', [
|
||||
|
Reference in New Issue
Block a user