display qr code on second screen on qrpay
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user