display qr code on second screen on qrpay

This commit is contained in:
Dev Team
2025-05-22 09:38:40 +06:30
parent 82736aa038
commit 138d62a9f5
7 changed files with 44 additions and 3 deletions

View File

@@ -192,5 +192,9 @@ App.checkin = App.cable.subscriptions.create('SecondDisplayViewChannel', {
$('#s_grand_total').empty();
$('#s_grand_total').append(fixed_grand_total);
}
if (data.qr_svg) {
document.querySelector("#qrpay_svg").innerHTML = data.qr_svg;
}
}
});