Skip to content

Commit

Permalink
[FIX] Cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristiano Rodrigues committed Sep 14, 2023
1 parent 77cdfb3 commit ee156b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion invader_payment_bb/services/payment_bb.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def confirm_payment_pix(self, target, **params):
if re.search(r"[!#$%&*]", tx_id):
return {"result": False, "error": "Invalid characters"}
res = self._create_transaction(payable, token, acquirer, tx_id)
# payable._invader_set_payment_mode(payment_mode) v12
self._set_payment_mode(res, payment_mode)

except (UserError, ValidationError) as e:
Expand Down

0 comments on commit ee156b1

Please sign in to comment.