We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b917fa commit e2ba6c9Copy full SHA for e2ba6c9
src/main/java/com/squareup/square/models/ListPaymentRefundsRequest.java
@@ -406,10 +406,10 @@ public boolean equals(Object obj) {
406
&& Objects.equals(locationId, other.locationId)
407
&& Objects.equals(status, other.status)
408
&& Objects.equals(sourceType, other.sourceType)
409
- && Objects.equals(limit, other.limit);
+ && Objects.equals(limit, other.limit)
410
&& Objects.equals(updatedAtBeginTime, other.updatedAtBeginTime)
411
&& Objects.equals(updatedAtEndTime, other.updatedAtEndTime)
412
- && Objects.equals(sortField, other.sortField)
+ && Objects.equals(sortField, other.sortField);
413
}
414
415
/**
0 commit comments