Skip to content

Commit c1b4fe2

Browse files
committed
Change order id to long
1 parent ed5027d commit c1b4fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/java/com/nopcommerce/domain/Order.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
public class Order
1717
{
1818
@JsonProperty(value = JsonConstants.ID)
19-
private int id;
19+
private long id;
2020

2121
@JsonProperty(value = JsonConstants.ORDER_TOTAL)
2222
private BigDecimal orderTotal;

0 commit comments

Comments
 (0)