mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 14:04:12 +01:00
Fix inventory handling in PoS (#1922)
This commit is contained in:
parent
c640289f4f
commit
0fc862bac3
1 changed files with 3 additions and 0 deletions
|
@ -260,6 +260,9 @@ $(function() {
|
|||
if (image) {
|
||||
template += ' image: ' + image + '\n';
|
||||
}
|
||||
if (inventory) {
|
||||
template += ' inventory: ' + inventory + '\n';
|
||||
}
|
||||
if (custom) {
|
||||
template += ' custom: true\n';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue