Skip to content

Commit

Permalink
[SL-264] added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijusCoding committed Oct 28, 2024
1 parent 7658893 commit 2ed85c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/js/front/saferpay_iframe_16.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
*/

(function () {
// NOTE: Replacing because javascript gives "&" instead of "&" in the URL
redirectUrl = redirectUrl.replace(/&/g, "&");
if (top.location !== window.location) {
top.location.href = redirectUrl;
Expand Down

0 comments on commit 2ed85c6

Please sign in to comment.