Skip to content

Commit

Permalink
Merge pull request #30 from Trendyol/string-support
Browse files Browse the repository at this point in the history
string support for idempotency check
  • Loading branch information
memojja authored Nov 2, 2021
2 parents 9cc664c + 5a44960 commit e54628b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@ public IdempotentTestPayload idempotentMethodReturnArg(IdempotentTestPayload tes
return testObject;
}

@IdempotentResource
public String idempotencyKeyAsString(@IdempotentRequestPayload String idempotencyKey) {
return idempotencyKey;
}
}

0 comments on commit e54628b

Please sign in to comment.