Skip to content

Commit

Permalink
remove debug code committed by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Jul 23, 2024
1 parent 2b1da03 commit 9b7ed58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
History
-------

1.4.6 (2024-07-23)
******************
* remove debug code committed by mistake

1.4.5 (2024-07-23)
******************
* fix safestring in Django 5.0
Expand Down
1 change: 0 additions & 1 deletion payments_payu/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ class WidgetPaymentForm(PaymentForm):

def __init__(self, payu_base_url, script_params={}, *args, **kwargs):
ret = super(WidgetPaymentForm, self).__init__(*args, **kwargs)
script_params["<foos><<"] = "<>'''q\""
form_html = format_html(
"<script "
f"src='{payu_base_url}front/widget/js/payu-bootstrap.js' "
Expand Down

0 comments on commit 9b7ed58

Please sign in to comment.