payment mobile fix5
This commit is contained in:
parent
42931895d3
commit
3c8f861e26
|
|
@ -983,7 +983,7 @@ class EventCheckoutController extends Controller
|
|||
/*
|
||||
* Update some ticket info
|
||||
*/
|
||||
$ticket->increment('quantity_sold', $reserved->quantity_reserved);
|
||||
$ticket->increment('quantity_sold', 1);
|
||||
$ticket->increment('sales_volume', $ticket->price);
|
||||
$ticket->increment('organiser_fees_volume', $order->orgniser_booking_fee);// * $reserved->quantity_reserved
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue