mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-28 03:14:22 +01:00
Fix inventory handling in PoS (#1922)
This commit is contained in:
@@ -260,6 +260,9 @@ $(function() {
|
||||
if (image) {
|
||||
template += ' image: ' + image + '\n';
|
||||
}
|
||||
if (inventory) {
|
||||
template += ' inventory: ' + inventory + '\n';
|
||||
}
|
||||
if (custom) {
|
||||
template += ' custom: true\n';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user