Skip to content

Commit

Permalink
Fix admin notification
Browse files Browse the repository at this point in the history
  • Loading branch information
krzGablo committed Sep 12, 2024
1 parent 5790f52 commit 8d50333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/templates/hook/checkout_installments.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script>
document.addEventListener('DOMContentLoaded', function () {
function createInstallmentContainer(amount) {
function createInstallmentContainer() {
let url = 'https://secure.tpay.com/Installment/Pekao/page?merchantId=__merchantId__&amount=__amount__';
url = url.replace('__merchantId__', {$merchantId}).replace('__amount__', {$amount});
Expand Down

0 comments on commit 8d50333

Please sign in to comment.