Skip to content

Commit

Permalink
fix: move preflight check to caller responsibility
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Jun 23, 2024
1 parent 4079aef commit 054a9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payments/controllers/payment_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def initiate(
else:
self = gateway

self.validate_tx_data(tx_data) # preflight check
# self.validate_tx_data(tx_data) # preflight check

psl = create_log(
tx_data=tx_data,
Expand Down

0 comments on commit 054a9a0

Please sign in to comment.