Skip to content

Commit

Permalink
Re-add getConnectBase (#1882)
Browse files Browse the repository at this point in the history
  • Loading branch information
helenye-stripe authored Sep 28, 2024
1 parent dc082a2 commit 4e58dcc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/com/stripe/StripeClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,10 @@ public StripeClientBuilder setConnectBase(String address) {
return this;
}

public String getConnectBase() {
return this.connectBase;
}

/**
* Set the base URL for the Stripe Meter Events API. By default this is
* "https://events.stripe.com".
Expand Down

0 comments on commit 4e58dcc

Please sign in to comment.