Skip to content

Commit

Permalink
Merge branch '1.7' into 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrenWestwood committed Aug 17, 2023
2 parents 68dd336 + 454d0eb commit 9a86be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/templates/front/payment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
time_period: {$time_period|escape:'htmlall':'UTF-8'},
crypto: JSON.parse('{$crypto|@json_encode|escape:'javascript':'UTF-8'}'.replaceAll('"', '"')) ,
crypto_address: '{$addr|escape:'htmlall':'UTF-8'}',
finish_order_url: '{$redirect_link|escape:'htmlall':'UTF-8'}',
finish_order_url: '{$redirect_link|escape:'htmlall':'UTF-8'}'.replaceAll('&', '&'),
payment_uri: '{$payment_uri|escape:'htmlall':'UTF-8'}',
})
</script>
Expand Down

0 comments on commit 9a86be7

Please sign in to comment.