Skip to content

Commit

Permalink
Temporarily disable verify_payment in confirm_payments
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanberckmans committed Jun 30, 2024
1 parent 1a5c2dc commit f13674a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretix_eth/management/commands/confirm_payments.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def confirm_payments_for_event(self, event: Event, no_dry_run, log_verbosity=0):
payment_verified = False
try:
# TODO real request/response types and check response type for verification success
verify_payment()
# verify_payment()
payment_verified = True
except Exception as e:
logger.error(f"Error verifying payment for order: {order_payment}")
Expand Down

0 comments on commit f13674a

Please sign in to comment.