Skip to content

Commit

Permalink
DEVDOCS-10228 - fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
InbarGazit committed Jul 12, 2023
1 parent 0e478da commit 741b7dd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ public static ClickwrapVersionSummaryResponse createNewVersionClickwrap(
String clickwrapId
) throws ApiException {
// Step 4: Call the v1 Click API
//ds-snippet-start:Click3Step4
return accountsApi.createClickwrapVersion(
accountId,
clickwrapId,
clickwrapRequest);
//ds-snippet-end:Click3Step4
}

//ds-snippet-start:Click3Step3
public static ClickwrapRequest createClickwrapRequest(
String fileName,
String documentName,
Expand All @@ -47,4 +50,5 @@ public static ClickwrapRequest createClickwrapRequest(
.status(ClickwrapHelper.STATUS_ACTIVE)
.displaySettings(displaySettings);
}
//ds-snippet-end:Click3Step3
}

0 comments on commit 741b7dd

Please sign in to comment.