Skip to content

Commit 6b917fa

Browse files
committed
Cleanup ordering.
1 parent c3bb5a7 commit 6b917fa

File tree

2 files changed

+175
-176
lines changed

2 files changed

+175
-176
lines changed

src/main/java/com/squareup/square/api/DefaultRefundsApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ public CompletableFuture<ListPaymentRefundsResponse> listPaymentRefundsAsync(
147147
final String updatedAtEndTime,
148148
final String sortField) {
149149
try {
150-
return prepareListPaymentRefundsRequest(beginTime, endTime, updatedAtBeginTime, updatedAtEndTime, sortField, sortOrder, cursor, locationId,
151-
status, sourceType, limit).executeAsync();
150+
return prepareListPaymentRefundsRequest(beginTime, endTime, sortOrder, cursor, locationId,
151+
status, sourceType, limit, updatedAtBeginTime, updatedAtEndTime, sortField).executeAsync();
152152
} catch (Exception e) {
153153
throw new CompletionException(e);
154154
}

0 commit comments

Comments
 (0)