Skip to content

Commit 3b09871

Browse files
authored
remove marketer and service fee constraints
Currently, the APIs are not functioning correctly with these intricate configurations.
1 parent 09774ea commit 3b09871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/api/orders.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ def after_create_object(self, order, data, view_kwargs):
136136

137137
order.quantity = order.tickets_count
138138
save_to_db(order)
139-
if not has_access('is_coorganizer', event_id=data['event']):
140-
TicketingManager.calculate_update_amount(order)
139+
# if not has_access('is_coorganizer', event_id=data['event']):
140+
# TicketingManager.calculate_update_amount(order)
141141

142142
# send e-mail and notifications if the order status is completed
143143
if order.status == 'completed':

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy