Skip to content

Commit

Permalink
Update 'executor' -> 'customHttpClient' Fix roperty assignment (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
diaodiaofly authored Feb 29, 2024
1 parent 2d25db4 commit 72bae48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ final CheckoutApi checkoutApi = CheckoutSdk.builder()
.secretKey("secret_key")
.environment(Environment.PRODUCTION) // required
.environmentSubdomain("subdomain") // optional, Merchant-specific DNS name
.executor(customHttpClient) // optional for a custom Executor Service
.httpClientBuilder(customHttpClient) // optional for a custom HttpClient
.build();
```

Expand Down

0 comments on commit 72bae48

Please sign in to comment.