mirror of
https://github.com/puzzle/lightning-beer-tap.git
synced 2025-12-17 07:04:21 +01:00
Fixes OrderItemType
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
package ch.puzzle.lnd.websocketbridge.dto;
|
||||
|
||||
public enum OrderItemType {
|
||||
PRODUCT_1(5.0d),
|
||||
PRODUCT_2(5.0d),
|
||||
PRODUCT_3(5.0d),
|
||||
PRODUCT_4(5.0d);
|
||||
LARGE_BEER(2.0d),
|
||||
SMALL_BEER(1.0d);
|
||||
|
||||
private Double price;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user