Skip to content

Commit

Permalink
Add endpointType to client certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
RusJaI committed May 23, 2024
1 parent 7adb04e commit 0621d9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public String getEndpointType() {
/**
* To set the endpoint type for the current certificate.
*
* @param endpointType Name of the tier.
* @param endpointType endpoint type (whether PRODUCTION or SANDBOX).
*/
public void setEndpointType(String endpointType) {
this.endpointType = endpointType;
Expand Down

0 comments on commit 0621d9a

Please sign in to comment.