Tonight we had to make a B2B order with Lightning, and I had to change the payment expiration manually to few days.
Same case happened earlier this week.
CB, Lightning and BTC on-chain have expiration.
When you do order as POS, it's either :
to make on a retail physical shop : if it doesn't conclude, you cancel manually
to make an order to send to someone : that's our case (like the "personal shopper")
Currently, the value comes from here :
To answer our case, we need something like this on POS /checkout :
field has default value and is disabled if check is unchecked
field is now editable once check is checked
You must not display nor save the value if payment is a current payment with no expiration (bank-transfer, point-of-sale).
By the way, if display, it must be required.
Currently, on /admin/config, you can save if empty, and it'll be zero.
Value must be at least 1.
Tonight we had to make a B2B order with Lightning, and I had to change the payment expiration manually to few days. Same case happened earlier this week.
CB, Lightning and BTC on-chain have expiration.
When you do order as POS, it's either :
Currently, the value comes from here :
To answer our case, we need something like this on POS /checkout : field has default value and is disabled if check is unchecked field is now editable once check is checked
You must not display nor save the value if payment is a current payment with no expiration (bank-transfer, point-of-sale).
By the way, if display, it must be required. Currently, on /admin/config, you can save if empty, and it'll be zero. Value must be at least 1.